X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs1690-4.cs;h=35a1a65d00b5a7f2ab244bb6482ed43a601d464e;hb=30cddad5fb4c3d290906a6e6c33ecd8b07d8b48c;hp=c06d99dba16f48784f25be48904448965445ec61;hpb=5d9434fcb3acc1ed7d3d30603faae797d672fe65;p=mono.git diff --git a/mcs/errors/cs1690-4.cs b/mcs/errors/cs1690-4.cs index c06d99dba16..35a1a65d00b 100644 --- a/mcs/errors/cs1690-4.cs +++ b/mcs/errors/cs1690-4.cs @@ -1,4 +1,4 @@ -// cs1690-4.cs: Cannot call methods, properties, or indexers on `A.point' because it is a value type member of a marshal-by-reference class +// CS1690: Cannot call methods, properties, or indexers on `A.point' because it is a value type member of a marshal-by-reference class // Line: 27 // Compiler options: -warn:1 -warnaserror