mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
one more test for duplicate members
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class Intermediate extends Super {
|
||||
Super s = FOO;<caret>
|
||||
}
|
||||
|
||||
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class Intermediate extends Super {
|
||||
Super s = F<caret>
|
||||
}
|
||||
|
||||
|
||||
+6
-1
@@ -939,7 +939,12 @@ public class SmartTypeCompletionTest extends LightFixtureCompletionTestCase {
|
||||
doItemTest();
|
||||
}
|
||||
|
||||
public void testDuplicateMembersFromSuperClass() throws Throwable { doActionTest(); }
|
||||
public void testDuplicateMembersFromSuperClass() throws Throwable { doTest(); }
|
||||
|
||||
public void testDuplicateMembersFromSuperClassInAnotherFile() throws Throwable {
|
||||
myFixture.addClass("class Super { public static final Super FOO = null; }");
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testInsideGenericClassLiteral() throws Throwable {
|
||||
configureByTestName();
|
||||
|
||||
Reference in New Issue
Block a user