Skip to content

It looks like IDiscardSymbols returned by SemanticModel are never going to be equal #25829

@AlekseyTs

Description

@AlekseyTs
        public override Symbol ExpressionSymbol
        {
            get
            {
                Debug.Assert((object)this.Type != null);
                return new DiscardSymbol(this.Type);
            }
        }

Expected:
Symbols for the same syntax and the same type should be equal

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions