X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Ferrors%2Fcs0626-2.cs;h=b5f059889f8b7054b17ab4d30bf2d834ded96dc4;hb=a7c9e39f0f58a1dcd41475f5623f301f14e31da7;hp=cd22979f4b38bca46b174901430617d88b219a4b;hpb=e51a9b6ba1a93bc981639a706c93bee413099fd6;p=mono.git diff --git a/mcs/errors/cs0626-2.cs b/mcs/errors/cs0626-2.cs index cd22979f4b3..b5f059889f8 100644 --- a/mcs/errors/cs0626-2.cs +++ b/mcs/errors/cs0626-2.cs @@ -1,4 +1,4 @@ -// cs0626-2.cs: Method, operator, or accessor `ExternClass.ExternMethod.set' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation +// CS0626: `ExternClass.ExternMethod' is marked as an external but has no DllImport attribute. Consider adding a DllImport attribute to specify the external implementation // Line: 6 // Compiler options: -warnaserror -warn:1