[mcs] C#7 out variable declaration
[mono.git] / mcs / errors / cs0260-2.cs
index d010784e61a9e420f13e30c44f6c827efcd2fbd7..3e7040b70d8f946278f6cafab6d76f4a3ac685d1 100644 (file)
@@ -1,4 +1,4 @@
-// cs0260-2.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: 6
 public partial class Foo
 { }