blob: 66bd65040016e9d14f2377c25b78ef92fe2818ab [file] [log] [blame]
library test;
class C<T extends num> {}
main() {}
var x = new C<int>();