Skip to content
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

wrong auto suggestions are generated. #336

Closed
a-c-sreedhar-reddy opened this issue Jan 9, 2022 · 0 comments · Fixed by #342
Closed

wrong auto suggestions are generated. #336

a-c-sreedhar-reddy opened this issue Jan 9, 2022 · 0 comments · Fixed by #342

Comments

@a-c-sreedhar-reddy
Copy link
Contributor

let a = 4
let a = ""
module Test = {
  type t = {name: int}
  let add = (a: t) => a.name + 1
}
let a: Test.t = {name: 4}
a->

The above code generates wrong auto suggestions.
Screenshot 2022-01-10 at 12 12 46 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant