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