ref/out parameters in async methods with AsyncMethodBuilderAttribute #60332
Labels
Area-Compilers
Bug
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
Milestone
Version Used:
VS 15.1.2
.NET SDK 6.0.201
C# Tools 4.1.0-5.22165.10+e555772db77ca828b02b4bd547c318387f11d01f
Steps to Reproduce:
Thanks to @neuecc
https://twitter.com/neuecc/status/1506262798946701314
Expected Behavior:
CS 1988 Error on m1.
Actual Behavior:
No error on m1.
As a side note, not only
PoolingAsyncValueTaskMethodBuilder
but also any builders cause the same behavior.The text was updated successfully, but these errors were encountered: