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