Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 870
No Symbol for setter is created #15212
Copy link
Copy link
Closed
Labels
Area-Compiler-ServiceVarious compiler service issues which do not belong to other labels/areas.Various compiler service issues which do not belong to other labels/areas.BugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Milestone
Description
Metadata
Metadata
Assignees
Labels
Area-Compiler-ServiceVarious compiler service issues which do not belong to other labels/areas.Various compiler service issues which do not belong to other labels/areas.BugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Type
Projects
StatusShow more project fields
Done
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