Issue binding (erroneous) variables in a declarator argument list. #13460
Labels
Area-Compilers
Bug
New Language Feature - Out Variable Declaration
Out Variable Declaration
New Language Feature - Pattern Matching
Pattern Matching
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
Milestone
In #13274 (comment) @AlekseyTs noted that the error situation of variables being declared inside a declarator argument list can have more precise binding behavior, so that some (erroneous) variables declared in that context will bind to a valid type, while others will be assigned an error type. This change would likely simplify the code.
The text was updated successfully, but these errors were encountered: