mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
testdata
This commit is contained in:
@@ -2,7 +2,7 @@ class B1 {
|
||||
public B1(int i, String... s) {}
|
||||
}
|
||||
class A1 extends B1 {
|
||||
public static final String[] xxx = new String[]{"a", "b"};
|
||||
public static final String[] xxx = {"a", "b"};
|
||||
|
||||
A1() {
|
||||
super(1, xxx);
|
||||
|
||||
Reference in New Issue
Block a user