2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0026.cs
blob6cd8a192e6304193714064a39397cc5ed0e76a17
1 // cs0026.cs: Keyword `this' is not valid in a static property, static method, or static field initializer
2 // Line: 6
3 class X {
4 static void A ()
6 this = null;