Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / errors / cs0120-6.cs
index 15197b483b377d6cb184aa3e4c3badee97719c56..194fa582a9bdfa33898d11087ee587164af037f9 100644 (file)
@@ -1,4 +1,4 @@
-// cs0120-6.cs: `MemRefMonoBug.Int32': An object reference is required for the nonstatic field, method or property
+// CS0120: An object reference is required to access non-static member `MemRefMonoBug.Int32'
 // Line: 11
 
 using System;
@@ -11,4 +11,3 @@ public class MemRefMonoBug {
                Int32 = 0;      // mcs crashes in this line
        }
 }
-