blob: 131af67257e9f8eb5f2c168afa09accbee5f2da7 [file] [log] [blame]
// @dart = 2.9
library test;
class C<T> {
void f() {}
}
main() {}