blob: 85039a800581c1a8672a443920f987fcbd1ea3ac [file] [log] [blame]
// @dart = 2.9
library test;
T f<T>() => null;
class C<T> {
const C();
}
main() {}
void test(C<int> x) {}