don't suggest primitive type variants in parameter type after .

This commit is contained in:
peter
2011-03-14 20:48:18 +01:00
parent 92988aa6f1
commit 1e01efc501
3 changed files with 38 additions and 59 deletions
@@ -0,0 +1,4 @@
public class Driver {
void main(String.<caret> args) { }
}
@@ -836,6 +836,8 @@ public class NormalCompletionTest extends LightFixtureCompletionTestCase {
public void testVariableSquareBracket() throws Throwable { doTest('[') }
public void testMethodSquareBracket() throws Throwable { doTest('[') }
public void testMethodParameterTypeDot() throws Throwable { doAntiTest() }
public void testSuperProtectedMethod() throws Throwable {
myFixture.addClass """package foo;
public class Bar {