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