Skip to content

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