X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs1521-3.cs;h=f38c1a35933956e6e54606b8f82b668ed2a249a3;hb=a41a626dabd4219cf2daa752c8b56ceb2e2efd8c;hp=d18c2576cc64a6f5349228971c4a08a04ea4170f;hpb=948dbf8d4581ac17f5420cc4f7dc375e3c502576;p=mono.git diff --git a/mcs/errors/cs1521-3.cs b/mcs/errors/cs1521-3.cs index d18c2576cc6..f38c1a35933 100644 --- a/mcs/errors/cs1521-3.cs +++ b/mcs/errors/cs1521-3.cs @@ -1,6 +1,6 @@ -// cs1521-3.cs: Invalid base type -// Line: 9 +// CS1521: Invalid base type `object[]' +// Line: 4 -unsafe class C2: object[] +class C2: object[] { }