mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
don't suggest primitive type variants in parameter type after .
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
public class Driver {
|
||||
|
||||
void main(String.<caret> args) { }
|
||||
}
|
||||
+2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user