mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
moving tests
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
public class A {
|
||||
void test() {
|
||||
String[] myValue = CONST;
|
||||
}
|
||||
|
||||
void callTest() {
|
||||
test();
|
||||
}
|
||||
|
||||
void callTest2() {
|
||||
test();
|
||||
}
|
||||
|
||||
public static final String[] CONST = new String[] { "A", "B" };
|
||||
}
|
||||
Reference in New Issue
Block a user