import java.util.List; public class A_testParametricTypeWithNonParametricSuperType_in { void foo(){ List<String> x = null; } }