// cs1522.cs: Empty switch block // Line: 9 // Compiler options: -warnaserror class E { public static void Method (int i) { switch (i) {} } }