New J2K: add copy-paste tests for new j2k

This commit is contained in:
Ilya Kirillov
2019-06-20 13:44:42 +03:00
parent dc469cbdbf
commit 98be5d8ed0
113 changed files with 815 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
class A {
public static void main(String[] args) <selection>{
Object a = new Object();</selection>
}
}