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