blob: f8ec405c867fcfe450c1eeed360f78a2af3d7867 [file] [log] [blame]
package test0073;
import java.util.List;
public class X {
List<String> foo() {
return null;
}
}