blob: 910735298ed6d7f6d6c0ae072ec788a96702d0bd [file] [log] [blame]
library test;
T f<T>() => null;
class C<T> {
const C();
}
main() {}
void test(C<int> x) {}