Bump mono-extensions to fix build break (#5677)
[mono.git] / mcs / errors / cs0267-2.cs
index f268737da961011b30196e1d65f55737f589d29e..1d60d316fa6264b08b389a31d86efe02ff9c8353 100644 (file)
@@ -1,6 +1,6 @@
-// CS0267: The `partial' modifier can be used only immediately before keyword `class', `struct', or `interface'\r
-// Line: 4\r
-\r
-public partial static class Test\r
-{\r
-}\r
+// CS0267: The `partial' modifier can be used only immediately before `class', `struct', `interface', or `void' keyword
+// Line: 4
+
+public partial static class Test
+{
+}