mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Finishing setting up tests (compiler server).
This commit is contained in:
parent
24d086dedb
commit
7d194f269e
+15
@@ -0,0 +1,15 @@
|
||||
public class A {
|
||||
int a;
|
||||
|
||||
public A (int a) {
|
||||
this.a = a;
|
||||
}
|
||||
|
||||
public class B {
|
||||
int b;
|
||||
|
||||
public B (int b) {
|
||||
this.b = b;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user