blob: 0b510c2e7e379820465d6879c060bc6f1757acb7 [file] [log] [blame]
import java.util.List;
public class A_testParametricTypeWithNonParametricSuperType_in {
void foo(){
List<String> x = null;
}
}