blob: 0e5b2a124e218436df0c9d25c8e53f2904a76e8f [file] [log] [blame]
library test;
D<T> f<T>() => null;
class D<T> {}
var g = f<int>();
main() {}