blob: 3c85af1e3f47da188477c900c5211dc1b6b1bcae [file] [log] [blame]
extension type E<X>(X it) {}
typedef F<Y> = E<Y>;
test(Function(F<int>) f1, Function(int) f2) => [f1, f2];