Suppression operator on L-values #27522
Labels
4 - In Review
A fix for the issue is submitted for review.
Area-Compilers
Area-Language Design
New Language Feature - Nullable Reference Types
Nullable Reference Types
Milestone
M(out x!);
(note this also definitely assigns tox
through the!
)M(out (x!));
M(out (RefReturning()!));
x! = y;
M(out string x!);
Current implementation is to allow in
out
scenarios, but disallow in assignment scenarios.The text was updated successfully, but these errors were encountered: