X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0436.cs;h=f3272f6c8fcb56073b681ed37a35474ecab6ebfa;hb=a46c58788023c80fe43bd63ce413c84ae95d2ea5;hp=9b94fd6def08246f8842c83cf1e9e04d7583793b;hpb=cccbf6a4b7152c24fafc319e77060a4723a8560e;p=mono.git diff --git a/mcs/errors/cs0436.cs b/mcs/errors/cs0436.cs index 9b94fd6def0..f3272f6c8fc 100644 --- a/mcs/errors/cs0436.cs +++ b/mcs/errors/cs0436.cs @@ -1,4 +1,4 @@ -// cs0436.cs: Ignoring imported type `System.Console' since the current assembly already has a declaration with the same name +// CS0436: The type `System.Console' conflicts with the imported type of same name'. Ignoring the imported type definition // Line: 16 // Compiler options: -warn:2 -warnaserror