blob: e35232770c250624215479508a2ae717933b119f [file] [log] [blame]
library test;
class C<T extends num> {
T a;
void op(int b) {}
void opEq(int b) {}
}
main() {}