change signature detection: do not detect signature change too aggressive (IDEA-86319)

This commit is contained in:
Anna Kozlova
2012-05-21 14:04:19 +04:00
parent 86c0b2da14
commit 58fbaf7822
3 changed files with 24 additions and 5 deletions
@@ -0,0 +1,5 @@
class Test {
void foo(<caret>) {
}
void bar(){foo();}
}