blob: 9b3ed2fc6b32f7d8b401f0c78b4f65394c7d7e4e [file] [log] [blame]
library test;
class B<T> {
T x = throw '';
}
class C extends B<num> {}
void main() {}