[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0151.cs
old mode 100755 (executable)
new mode 100644 (file)
index 03ef7c2..7fc40a5
@@ -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;
 }