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