Open MangelMaxime opened 2 weeks ago
I was checking this problem a bit and probably this isn't a Fable problem but FSharp compiler issue.
When I ran the attached code in the example, FSharp compilation result did not add attribute to set_prefix
while it does for get_prefix
Tested with dotnet 8.0.403 on the latest main branch.
Description
While working on #3929, it seems like some cases have not been covered.
This code
does not generate the getter but does generate the setter function:
Repro code
Please provide the F# code to reproduce the problem or a link to the REPL. Ideally, it should be possible to easily turn this code into a unit test.
Expected and actual results
Please provide the expected and actual results.
Related information
dotnet fable --version