Merge pull request #3609 from xmcclure/checked-imageset
[mono.git] / mcs / errors / cs0026-2.cs
index a4f41cdb51d44157d8e65cb9cfc53b0731ac5e80..052e9bffadc27024cb5a9f932b10997a4ef79fb8 100644 (file)
@@ -1,5 +1,5 @@
-// cs0026: use of this is not allowed in a static field initializer
-// 
+// CS0026: Keyword `this' is not valid in a static property, static method, or static field initializer
+// Line: 4
 class X {
        static object o = this;