mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
fixed tests for Linux
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
public class A {
|
||||
private static class B {
|
||||
public B() {
|
||||
}
|
||||
}
|
||||
|
||||
static void m(A a) {
|
||||
B b = new B();
|
||||
B b1 = new B();
|
||||
B b2 = new B();
|
||||
B b3 = new B();
|
||||
}
|
||||
|
||||
static A getA(){return null;}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user