X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0436.cs;h=f3272f6c8fcb56073b681ed37a35474ecab6ebfa;hb=a7c9e39f0f58a1dcd41475f5623f301f14e31da7;hp=9b94fd6def08246f8842c83cf1e9e04d7583793b;hpb=af90548a08ef5effc93b083b7eec44daa178b141;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