We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580caaf commit aad1953Copy full SHA for aad1953
accepted/future-releases/extension-types/feature-specification.md
@@ -885,10 +885,7 @@ one of the following criteria holds:
885
886
- `T` is an extension type that does not implement `Future`.
887
- `T` is `S?`, and `S` is incompatible with await.
888
-- `T` is `X & B`, and either:
889
- - `B` is incompatible with await, or
890
- - `B` does not derive a future type, and `X` is
891
- incompatible with await.
+- `T` is `X & B`, and `B` is incompatible with await.
892
- `T` is a type variable with bound `S`, and `S` is incompatible
893
with await.
894
0 commit comments