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
Issue created from fantomas-online
module Foo type t val x : int #if DEBUG val y : int #endif
module Foo type t val x: int #if DEBUG val y: int #endif val x: int
The val x line is there twice!
val x
Fantomas Master at 10/02/2020 17:06:53 - 31305c2
Default Fantomas configuration
The text was updated successfully, but these errors were encountered:
Is the testcase even F# code that can compile?
I guess you meant to write this instead:
module Foo = type t = val x : int #if DEBUG val y : int #endif
(Which compiles and doesn't yield any fantomas bug.)
Sorry, something went wrong.
This no longer appears to be a problem. A regression test could close this issue.
Didn't realize this was about fsi files, disregard my comment.
No branches or pull requests
Issue created from fantomas-online
Code
Result
Problem description
The
val x
line is there twice!Extra information
Options
Fantomas Master at 10/02/2020 17:06:53 - 31305c2
Default Fantomas configuration
The text was updated successfully, but these errors were encountered: