mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 08:13:09 +07:00
IDEA-80583 Wrong suggestion in qualified field type
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class Foo {
|
||||
java.l<caret>
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
class Foo {
|
||||
java.lang.<caret>
|
||||
}
|
||||
+4
-10
@@ -1258,16 +1258,10 @@ public class ListUtils {
|
||||
}
|
||||
}
|
||||
|
||||
public void testNoGenericsWhenChoosingWithParen() {
|
||||
configure()
|
||||
myFixture.type 'Ma('
|
||||
checkResult()
|
||||
}
|
||||
public void testNoGenericsWhenChoosingWithParen() { doTest('Ma(') }
|
||||
|
||||
public void testNoClosingWhenChoosingWithParenBeforeIdentifier() {
|
||||
configure()
|
||||
myFixture.type '('
|
||||
checkResult()
|
||||
}
|
||||
public void testNoClosingWhenChoosingWithParenBeforeIdentifier() { doTest '(' }
|
||||
|
||||
public void testPackageInMemberType() { doTest() }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user