Issue created from fantomas-online
Code
type X =
override this.f(y) : bool =
base.f(y)
Result
type X =
override this.f(y) : bool = ``base``.f (y)
Problem description
base is given backticks by fantomas, which isn't right. Note that if there is no argument to the base method being called, base is not given backticks.
type X =
override this.f() : bool = base.f()
Extra information
Options
Fantomas master branch at 2022-04-25T16:08:33Z - 2d32fac
{ config with
MaxLineLength = 80 }
Issue created from fantomas-online
Code
Result
Problem description
baseis given backticks by fantomas, which isn't right. Note that if there is no argument to the base method being called,baseis not given backticks.Extra information
Options
Fantomas master branch at 2022-04-25T16:08:33Z - 2d32fac