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