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 @@
// NO_CONVERSION_EXPECTED
import java.io.*;
import java.util.Collections;
import java.util.List;
class C {
<selection>List<File></selection> foo() {
return Collections.emptyList();
}
}