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
typeBox()=let mutablecolor:string =null// A Box has a color property with get and set.memberx.Colorwith get()= color
andset(c)= color <- c
memberx.Color2// A Box has a color property with get and set.with get()= color
andset(c)= color <- c
// If there's no get/set, the comment is preserved memberx.hello="world"
Result
typeBox()=let mutablecolor:string =nullmemberx.Colorwith get ()= color
andset(c)= color <- c
memberx.Color2with get ()= color
andset(c)= color <- c
// If there's no get/set, the comment is preservedmemberx.hello="world"
Problem description
Comments around class members which have get/set are deleted
Extra information
The formatted result breaks by code.
The formatted result gives compiler warnings.
I or my company would be willing to help fix this.
Issue created from fantomas-online
Code
Result
Problem description
Comments around class members which have get/set are deleted
Extra information
Options
Fantomas Master at 08/13/2020 09:57:58 - ee6dd12
Default Fantomas configuration
The text was updated successfully, but these errors were encountered: