mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
moving tests
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
public class QualifyInnerTest {
|
||||
public class C2User {
|
||||
public void test() {
|
||||
Object inner = new Object() {
|
||||
public void doStuff() {
|
||||
System.out.println(C2.a);
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class C2 {
|
||||
public static int a;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user