2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0153.cs
blobf50f1d55714a0ea597c05fa513429b4decffe2df
1 // CS0153: A goto case is only valid inside a switch statement
2 // Line: 7
4 class X {
5 void Main ()
7 goto default;