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