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