[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs0162-10.cs
blob01d89abb6f2b4a3752c1ebf298f0331b1da74441
1 // CS0162: Unreachable code detected
2 // Line: 11
3 // Compiler options: -warnaserror -warn:2
5 class Error
7 void Test ()
9 switch (10)
11 case 9:
12 break;