[msvc] Update csproj files (#4128)
[mono.git] / mcs / errors / cs1521-2.cs
index be7021585bb360365886279fe3ade863552f406c..68cd7f7cd1a10a42631ed01672b7e86fc9562bdc 100644 (file)
@@ -1,8 +1,8 @@
-// CS1521: Invalid base type
+// CS1521: Invalid base type `C*'
 // Line: 9
 // Compiler options: -unsafe
 
-class C
+struct C
 {
 }