[xbuild] Fix #40094, part 2/2: AssignProjectConfiguration - Fallback to
[mono.git] / mcs / errors / cs0151-2.cs
index 7b5bb87c6193cb1c1220b719f6d6942f527c99dc..d2b8028c978a819fcca8d65a32d4d1ccd02f5184 100644 (file)
@@ -1,5 +1,5 @@
-// cs0151-2.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: 28
 
 class Y {
        byte b;