[msbuild] bump to xplat-master branch HEAD
[mono.git] / mcs / errors / cs1521-3.cs
index 0b7251e4f015f4154d2c09453e1f9f3564a448b0..f38c1a35933956e6e54606b8f82b668ed2a249a3 100644 (file)
@@ -1,5 +1,5 @@
-// cs1521-3.cs: Invalid base type
-// Line: 9
+// CS1521: Invalid base type `object[]'
+// Line: 4
 
 class C2: object[]
 {