blob: 3dfa7398d3f9a584f1940bbee3cba493ada18a52 [file] [log] [blame]
library test;
T f<T>() => throw '';
class C<T> {
const C();
}
main() {}
void test(C<int> x) {}