mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-06 05:10:22 +07:00
testdata for IDEA-65473
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
class FirstClass {
|
||||
public FirstClass(int i) {
|
||||
}
|
||||
|
||||
public FirstClass() {
|
||||
this(Point.FOO);
|
||||
}
|
||||
|
||||
public class Point {
|
||||
public static final int FOO = 0;
|
||||
}
|
||||
}
|
||||
@@ -64,6 +64,7 @@ public class LightAdvHighlightingJdk6Test extends LightDaemonAnalyzerTestCase {
|
||||
public void testEnumInitializers() { doTest(false, false); }
|
||||
public void testEnumSynthetics() { doTest(false, false); }
|
||||
public void testIDEA79251() { doTest(false, false); }
|
||||
public void testIDEA65473() { doTest(false, false); }
|
||||
public void testAgentPremain() {
|
||||
doTest(false, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user