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