[msvc] Update csproj files
[mono.git] / mcs / errors / cs0151.cs
index 03ef7c2e9a9f61c9b53735196526597b7d284e76..7fc40a5f24e3d3d4d2f799c3661b69aaf28bdd76 100644 (file)
@@ -1,5 +1,6 @@
-// cs0151.cs: An integral value expected
-// Line: 12
+// CS0151: A switch expression of type `Y' cannot be converted to an integral type, bool, char, string, enum or nullable type
+// Line: 13
+
 class Y {
        byte b;
 }