blob: b33f16fc1524e2e116be7a9a5abdd1b6a7286567 [file] [log] [blame]
<spot>import java.util.*</spot>;
public class X {
List<String> f() {
return new ArrayList<String>();
}
}