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
@@ -0,0 +1,5 @@
class A {
public <selection>void foo(int p)</selection> {
System.out.println("foo");
}
}