using System; public class Test { public static void Main() { int x = 1; switch (x) { case 1: break; case 1: break; } } }