mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
move members: restore anchors
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
public class A {
|
||||
}
|
||||
BIN
Binary file not shown.
+4
@@ -0,0 +1,4 @@
|
||||
public class A {
|
||||
public static final String SRT = "";
|
||||
public static final String SRT1 = "";
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
public class B {
|
||||
private static String[] ALL = {A.SRT, A.SRT1};
|
||||
private static String[] ALL_1 = {A.SRT, A.SRT1};
|
||||
}
|
||||
Reference in New Issue
Block a user