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