2005-06-29 Jonathan Chambers <jonathan.chambers@ansys.com>
[mcs.git] / errors / cs0159-3.cs
blob5cdf61320b1c9e09391234cb34815f82c62cdc17
1 // cs0159-3.cs: No such label `case null:' within the scope of the goto statement
2 // Line: 10
4 class y {
5 static void Main ()
7 string x = null;
9 switch (x){
10 case "": goto case null;