blob: ef8366d608a3bd0265dbc23f3041ee4661f6c105 [file] [log] [blame]
class A<X extends int> {}
foo(A<num> x) {}
main() {}