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