New J2K: ArrayType and PrimitiveType

This commit is contained in:
Dimach
2018-03-07 22:43:17 +02:00
committed by Ilya Kirillov
parent 09d52d13b8
commit fb32783168
5 changed files with 23 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package p;
public class Some {
public String test=""+"a";
public static void main(String args) {
public static void main(String[][][] args, int[] b) {
System.out.println("Test");
}
}