Please provide a succinct description of the issue.
Repro steps
Type checking:
namespace Telplin
type Foo =
member _.X
with get (y: int) : string = ""
and set (a: int) (b: float) = ()
only produces a Symbol for the first binding in the get/set member.
Expected behaviour
There is a get_X and set_X in the Symbols.
Actual behaviour
Only the first part is captured. If you flip the get / set, you get the other symbol.
Known workarounds
/
Related information
FCS
Please provide a succinct description of the issue.
Repro steps
Type checking:
only produces a Symbol for the first binding in the get/set member.
Expected behaviour
There is a
get_Xandset_Xin the Symbols.Actual behaviour
Only the first part is captured. If you flip the
get/set, you get the other symbol.Known workarounds
/
Related information
FCS