2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0027-4.cs
blobcae5dc9212849e9f4bf194204eb28e00cd858fae
1 // CS0027: Keyword `this' is not available in the current context
2 // Line: 6
4 class Program
6 const object y = this;