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