New J2K: Add some primitive tests for new converter

This commit is contained in:
Simon Ogorodnik
2017-10-12 02:34:37 +03:00
committed by Ilya Kirillov
parent 66d6ac745f
commit 7ce3c57896
4 changed files with 85 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package p;
public class Some {
public String aaaa = "";
}