X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0687.cs;h=747801734d5a75f6c94da95ab6cae4afb7eefcf6;hb=d8be0899640d040272eb77b8749275a41a3d103a;hp=b67417aaaa653d40a28ba44c04843f1253c6a912;hpb=b5cfba1835f2ba823796f825410e0062b7e4c9a3;p=mono.git diff --git a/mcs/errors/cs0687.cs b/mcs/errors/cs0687.cs index b67417aaaa6..747801734d5 100644 --- a/mcs/errors/cs0687.cs +++ b/mcs/errors/cs0687.cs @@ -1,4 +1,4 @@ -// cs0687.cs: The expression `foo::WriteLine' did not resolve to a namespace or a type +// CS0687: The namespace alias qualifier `::' cannot be used to invoke a method. Consider using `.' instead // Line: 9 using foo = System.Console;