New J2K: References base done.

This commit is contained in:
Dimach
2018-03-03 21:15:28 +02:00
committed by Ilya Kirillov
parent c8c9c19a91
commit 10ff8d500b
16 changed files with 371 additions and 169 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
package p;
public class Some {
public String aaaa = "";
public String test=""+"a";
public static void main(String[] args) {
System.out.println("Test");
}
}