1 package test;2 3 public class Test {4 5 public String field;6 7 public void op(int a) {8 switch (a) {9 case 0:10 break;11 default:12 }13 }14 }