New J2K: add multi-file conversion tests from old j2k
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
package test;
|
||||
|
||||
public class Utils {
|
||||
public static void foo1(int p) {
|
||||
}
|
||||
|
||||
public static int foo2() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
public static int staticField = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user