We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are a couple of warnings in the code base about not matching SynExpr.Set.
let arr = [|0|] (arr.[0]) <- 1
and
type T() = member val X = 0 with get, set (T().X) <- 1
let mutable x = 0 (x) <- 1
do not produce output with 2.9.1.
online tool
The text was updated successfully, but these errors were encountered:
Added support for SynExpr.Set, fsprojects#368
73440bf
No branches or pull requests
Description
There are a couple of warnings in the code base about not matching SynExpr.Set.
Repro code
and
and
do not produce output with 2.9.1.
online tool
The text was updated successfully, but these errors were encountered: