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
[<Erase>]typeObject3D()=let mutable_position:Vector3 =nullmemberthis.positionwith[<Emit("$0.position")>] set v =_position <- v
and [<Emit("$0.position = $1")>]get()=_position
[<Erase>]typeObject4D()=let mutable_position:Vector3 =nullmemberthis.positionwith[<Emit("$0.position")>] get ()=_position
and [<Emit("$0.position = $1")>]set v =_position <- v
Result
[<Erase>]typeObject3D()=let mutable_position:Vector3 =null[<Emit("$0.position = $1")>]memberthis.positionwith set v =_position <- v
andget()=_position
[<Erase>]typeObject4D()=let mutable_position:Vector3 =null[<Emit("$0.position")>]memberthis.positionwith get ()=_position
andset v =_position <- v
Problem description
Fantomas removes attributes from getter if attributes was set for getter and setter.
Extra information
The formatted result breaks my code.
The formatted result gives compiler warnings.
I or my company would be willing to help fix this.
I would like a release if this problem is solved.
Options
Fantomas main branch at 2024-08-19T07:30:39Z - a4788cb
Default Fantomas configuration
The text was updated successfully, but these errors were encountered:
nneeoo
changed the title
Fantomas deletes attributes from gette
Fantomas deletes attributes from getters
Sep 4, 2024
Issue created from fantomas-online
Code
Result
Problem description
Fantomas removes attributes from getter if attributes was set for getter and setter.
Extra information
Options
Fantomas main branch at 2024-08-19T07:30:39Z - a4788cb
Default Fantomas configuration
The text was updated successfully, but these errors were encountered: