X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0626-2.cs;h=b5f059889f8b7054b17ab4d30bf2d834ded96dc4;hb=db6d1b96a92d83398fb37506ad8e833ea7e7d856;hp=cd22979f4b38bca46b174901430617d88b219a4b;hpb=53e266903ec6b2d822cf5b0c566f6374df5307a4;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