blob: 76ca58ee2c37839f55b75ec6bf1ed1ea1d17383c [file] [log] [blame]
library test;
D<T> f<T>() => throw '';
class D<T> {}
var g = f<int>();
test() {}