cleol
[mcs.git] / errors / cs1604.cs
blobaade078c9b4afb443ae1d5683c30b5303496a804
1 // CS1604: Cannot assign to `this' because it is read-only
2 // Line: 8
4 class C
6 public void Main ()
8 this = null;