(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0026.cs
blobe4b5ca7e580327cb5ab87e73606b87391e55ab42
1 // cs0026: use of this is not allowed in static methods
2 // Line: 6
3 class X {
4 static void A ()
6 this = null;