Skip to content

Parser: recover on missing types in patterns - #15056

Merged
vzarytovskii merged 4 commits into
dotnet:mainfrom
auduchinok:parser-synType-pat
Apr 12, 2023
Merged

Parser: recover on missing types in patterns#15056
vzarytovskii merged 4 commits into
dotnet:mainfrom
auduchinok:parser-synType-pat

Conversation

@auduchinok

@auduchinokauduchinok commented Apr 10, 2023

Copy link
Copy Markdown
Member

Adds recovery for various cases where a type is missing in a pattern, like these:

leti:=1
let(i:)=1
letf(i:)=1
typeT(i:)=classend
typeT=memberthis.M(i:)=1
fun(i:)->()

@auduchinok
auduchinok requested a review from a team as a code ownerApril 10, 2023 14:35
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants

@auduchinok@vzarytovskii@T-Gro