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