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