restore primitive type completion in parameter lists

This commit is contained in:
peter
2010-04-15 17:43:37 +04:00
parent 0c0676da97
commit 8c2b87446f
4 changed files with 9 additions and 2 deletions
@@ -0,0 +1,3 @@
public class Foo {
Object foo(bo<caret>){ }
}
@@ -0,0 +1,3 @@
public class Foo {
Object foo(boolean <caret>){ }
}