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