blob: 370c31a6d0da0b2f08a1118266ea78cbdabf223a [file] [log] [blame]
library test;
class C<T extends num> {
T a = throw '';
void op(double b) {}
}
main() {}