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