cleol
[mcs.git] / errors / cs0131.cs
blobab41e853ef84a75ecec0e3d8447cc6c2e98a2099
1 // CS0131: The left-hand side of an assignment must be a variable, a property or an indexer
2 // Line: 7
4 class X {
5 void A ()
7 5 = 4;