You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typeCreateBuildingViewModel=inherit ResizeArray
new(items)as vm
=letp=""{inherit ResizeArray(seq{yield p
yield! items
})}then
vm.program <- p
[<DefaultValue>]val mutableprogram:string
Result
typeCreateBuildingViewModel=inherit ResizeArray
new(items)as vm =letp=""{inherit
ResizeArray(seq{yield p
yield! items
})}
vm.program <- p
[<DefaultValue>]val mutableprogram:string
Problem description
then keyword is removed which corrupts code logic and results in compile time error
Extra information
The formatted result breaks my code.
The formatted result gives compiler warnings.
I would like a release if this problem is solved.
Options
Fantomas 6.3.0
The text was updated successfully, but these errors were encountered:
Issue created from fantomas-online
Code
Result
Problem description
then
keyword is removed which corrupts code logic and results in compile time errorExtra information
Options
Fantomas 6.3.0
The text was updated successfully, but these errors were encountered: