} catch (Exception e) {
}
}
public void testIllegalTableSwitchParameters1() {
MethodVisitor mv = new CheckMethodAdapter(new EmptyVisitor());
mv.visitCode();
try {
mv.visitTableSwitchInsn(1, 0, new Label(), new Label[0]);
fail();
} catch (Exception e) {