New J2K: add copy-paste tests for new j2k
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import java.io.File;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
class C {
|
||||
<selection> List<String> foo(File file) {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
</selection>}
|
||||
Reference in New Issue
Block a user