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