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
+10
View File
@@ -0,0 +1,10 @@
class A {
<selection>
void foo() {}
void bar() {}
</selection>
void foobar() {}
}