blob: fa45c874efb3ca9e4f1a3a274c30e662b281ecff [file] [log] [blame]
void cfeAwait<XF extends F>(XF xf) async {}
extension type F(Future<int> _) implements Future<int> {}
void main() {}
extension Est<T> on T {
void st<X extends E<T>>() {}
}
typedef E<S> = S Function(S);