IDEA-76874 Basic completion doesn't show methods when they do not suite by return type

This commit is contained in:
peter
2011-11-21 17:47:43 +01:00
parent 0970443ba5
commit 3cecea38f2
5 changed files with 2 additions and 29 deletions
@@ -1,5 +0,0 @@
public class Foo {
Object foo(){
return noti<caret>
}
}
@@ -1,5 +0,0 @@
public class Foo {
Object foo(){
return notify<caret>
}
}