Merge pull request #5693 from lateralusX/lateralusX/disable-stack-overflow-win-x64
[mono.git] / mcs / errors / cs0260-2.cs
index 2d0d3c52b6b9870f21f1d0219ffbf07b5dfddfbb..3e7040b70d8f946278f6cafab6d76f4a3ac685d1 100644 (file)
@@ -1,4 +1,4 @@
-// CS0260: Missing partial modifier on declaration of type `Foo'; another partial implementation 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
 { }