// cs0026: use of this is not allowed in static methods // Line: 6 class X { static void A () { this = null; } }