``` 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
Expected:
Symbols for the same syntax and the same type should be equal