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

Add support for SynExpr.Set(_,_,_) #368

Closed
nojaf opened this issue Nov 26, 2018 · 0 comments
Closed

Add support for SynExpr.Set(_,_,_) #368

nojaf opened this issue Nov 26, 2018 · 0 comments

Comments

@nojaf
Copy link
Contributor

nojaf commented Nov 26, 2018

Description

There are a couple of warnings in the code base about not matching SynExpr.Set.

Repro code

let arr = [|0|]
(arr.[0]) <- 1

and

type T() =
    member val X = 0 with get, set
(T().X) <- 1

and

let mutable x = 0
(x) <- 1

do not produce output with 2.9.1.

online tool

nojaf added a commit to nojaf/fantomas that referenced this issue Jan 22, 2019
@nojaf nojaf mentioned this issue Jan 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants