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