Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / cs1525-8.cs
bloba87c0fc91eba84fd746c3a73f543c71a27d80602
1 // CS1525: Unexpected symbol `i', expecting `}', `case', or `default:'
2 // Line: 11
4 class X {
6 static void Main ()
8 int i = 0;
10 switch (i){
11 i = 4;