[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0151.cs
index c76071fd356902c03cd6f64957b33267ba836718..7fc40a5f24e3d3d4d2f799c3661b69aaf28bdd76 100644 (file)
@@ -1,5 +1,6 @@
-// cs0151.cs: A value of an integral type or string expected for switch
-// 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;
 }