// cs0131.cs: left hand side of an assignment must be variable, property access or indexer // Line: class X { void A () { 5 = 4; } }