prefix->postfix

This commit is contained in:
Fred Silberberg 2021-02-03 17:47:44 -08:00 committed by GitHub
parent 34da56b1df
commit c968dc13da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
3. [Direct constructor parameters](#direct-constructor-parameters)
4. [Always available extension methods](#always-available-extension-methods)
5. [Allow `nameof` to access instance members from static contexts](#allow-nameof-to-access-instance-members-from-static-contexts)
6. [Add `await` as a dotted prefix operator](#add-await-as-a-dotted-prefix-operator)
6. [Add `await` as a dotted postfix operator](#add-await-as-a-dotted-postfix-operator)
## Quote of the Day
@ -111,7 +111,7 @@ error there. Without this, the cliff that `nameof` tries to solve is just moved
Triaged into Any Time. We'd accept a community contribution here: it needs to only permit exactly this scenario, not allow any new types of
expressions in `nameof`.
#### Add `await` as a dotted prefix operator
#### Add `await` as a dotted postfix operator
https://github.com/dotnet/csharplang/issues/4076