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