import java.util.List; public class A_testNonParametricTypeWithParametricSuperType_in { void foo(){ Comparable<String> x = "huh"; } }