blob: 46441e100563a1cf161671a36cc3d6481ce0d8bf [file] [log] [blame]
library test;
T f<T>() => null;
class C {
void test() {}
}
main() {}