Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / errors / cs0151-2.cs
old mode 100755 (executable)
new mode 100644 (file)
index b847f83..d2b8028
@@ -1,3 +1,6 @@
+// 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;