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