blob: 4bb93dbb9d2348e4a473d9d55ea9a0bf80941372 [file] [log] [blame]
// NO_CONVERSION_EXPECTED
import java.io.*;
import java.util.Collections;
import java.util.List;
class C {
<selection>List<File></selection> foo() {
return Collections.emptyList();
}
}