blob: 7cfc8c5a1cdd16a7803a7173c8614f5bc8b501f5 [file] [log] [blame]
library test;
class B<T> {
T x;
}
class C extends B<num> {}
void main() {}