mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
moving tests
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
class ParentCtor {
|
||||
public ParentCtor(String s) {
|
||||
}
|
||||
}
|
||||
|
||||
class Usage {
|
||||
public void test() {
|
||||
ParentCtor c = new ParentCtor("") {
|
||||
private static final String CONST = "";
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user