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