mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-122519 No enclosing instance of type XXX in scope
This commit is contained in:
+1
@@ -165,6 +165,7 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
|
||||
public void testUncheckedWarningIDEA26738() { doTest(true, false); }
|
||||
public void testUncheckedWarningIDEA99536() { doTest(true, false); }
|
||||
public void testEnclosingInstance() { doTest(false, false); }
|
||||
public void testIDEA122519EnclosingInstance() { doTest(false, false); }
|
||||
public void testWrongArgsAndUnknownTypeParams() { doTest(false, false); }
|
||||
public void testAmbiguousMethodCallIDEA97983() { doTest(false, false); }
|
||||
public void testAmbiguousMethodCallIDEA100314() { doTest(false, false); }
|
||||
|
||||
Reference in New Issue
Block a user