X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0120-6.cs;h=194fa582a9bdfa33898d11087ee587164af037f9;hb=15c0640201fee8407c4a945077e4bc41446bcac7;hp=82fc71bc42f0102f2b25c84e070db35a8f247cd1;hpb=6b6435d1b3206b0162c37e5ecce8d9a699fe6467;p=mono.git diff --git a/mcs/errors/cs0120-6.cs b/mcs/errors/cs0120-6.cs index 82fc71bc42f..194fa582a9b 100644 --- a/mcs/errors/cs0120-6.cs +++ b/mcs/errors/cs0120-6.cs @@ -1,4 +1,4 @@ -// CS0120: An object reference is required for the non-static field `Int32' +// 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 } } -