New J2K: add copy-paste tests for new j2k
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user