blob: b702b1eff622d4fd653afd34b379d8ea9825362f [file] [log] [blame]
import java.util.List;
public class A_testNonParametricTypeWithParametricSuperType_in {
void foo(){
Comparable<String> x = "huh";
}
}