[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs1522.cs
blobf4048b8e3c6ea4471569cba9ceef59ea21ace4fa
1 // CS1522: Empty switch block
2 // Line: 9
3 // Compiler options: -warnaserror
5 class E
7 public static void Method (int i)
9 switch (i) {}