[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0687.cs
index b67417aaaa653d40a28ba44c04843f1253c6a912..747801734d5a75f6c94da95ab6cae4afb7eefcf6 100644 (file)
@@ -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;