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