[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0260.cs
index 4a8a90ed3359f798eee3d147cd0b2c2d3dcc4530..69d6cce6f6114ba2ae3b7a6d90aec34e24076d21 100644 (file)
@@ -1,4 +1,4 @@
-// cs0260.cs: Missing partial modifier on declaration of type `Foo'. Another partial declaration of this type exists
+// CS0260: Missing partial modifier on declaration of type `Foo'. Another partial declaration of this type exists
 // Line: 3
 public class Foo
 { }