2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1522.cs
blobad7212193014b25d679c8959c384ff6bf000ccc0
1 // cs1522.cs: Empty switch block
2 // Line: 9
3 // Compiler options: -warnaserror
5 class E
7 public static void Method (int i)
9 switch (i) {}