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