You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Rename "deconstruct pattern" to "positional pattern" in the APIs.
Fixes#32291
* Permit a trailing commas in two places
- Permit a trailing comma after the last arm of a switch expression
- Permit a trailing comma after the last subpattern of a property pattern clause
Fixes#32292
xoofx
pushed a commit
to stark-lang/stark-roslyn
that referenced
this issue
Apr 16, 2019
* Rename "deconstruct pattern" to "positional pattern" in the APIs.
Fixesdotnet#32291
* Permit a trailing commas in two places
- Permit a trailing comma after the last arm of a switch expression
- Permit a trailing comma after the last subpattern of a property pattern clause
Fixesdotnet#32292
We should change both the spec grammar and the syntax nodes.
The text was updated successfully, but these errors were encountered: