zzarchive-VisualFSharpPowerTools
zzarchive-VisualFSharpPowerTools copied to clipboard
wrong formatting of constructor with let binding and side effects
This is the correct F# code (surprisingly):
type A =
new() =
let t = ()
{ inherit obj() }
then t
After formatting, keyword then is deleted and code becomes incorrect.
Thanks. I'll have a look.