X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0687.cs;h=747801734d5a75f6c94da95ab6cae4afb7eefcf6;hb=d737b63512212d44deabca4b0ee99a5cb9535a9c;hp=b67417aaaa653d40a28ba44c04843f1253c6a912;hpb=07ec1253c277856bdbb74213e2defc8ed23cf8e3;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;