Skip to content

Parser: recover on missing types in patterns #15056

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 12, 2023

Conversation

auduchinok
Copy link
Member

@auduchinok auduchinok commented Apr 10, 2023

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

let i: = 1
let (i:) = 1
let f (i:) = 1
type T(i:) = class end
type T =
    member this.M(i:) = 1
fun (i:) -> ()

@auduchinok auduchinok requested a review from a team as a code owner April 10, 2023 14:35
@auduchinok auduchinok closed this Apr 11, 2023
@auduchinok auduchinok reopened this Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants