1 SwitchNoExtraTypes.java:10:16: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: boolean, int)
   2 SwitchNoExtraTypes.java:16:16: compiler.err.prob.found.req: (compiler.misc.possible.loss.of.precision: long, int)
   3 SwitchNoExtraTypes.java:22:16: compiler.err.prob.found.req: (compiler.misc.possible.loss.of.precision: float, int)
   4 SwitchNoExtraTypes.java:28:16: compiler.err.prob.found.req: (compiler.misc.possible.loss.of.precision: double, int)
   5 4 errors