blob: a19a6ec27a996e82f222ed6320ab350a53e140f3 [file] [log] [blame]
library test;
C c = throw '';
class C {
D<T> f<T>() => throw '';
}
class D<T> {}
main() {}
var f = c.f<int>();