Remove unnecessary !s for [DoesNotReturn] (dotnet/coreclr#26512)
[mono-project.git] / mcs / errors / cs0026.cs
blob73811822c9939dd5f8ceb1829917ab891eec37cb
1 // CS0026: 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;