Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 10
at ch.epfl.lamp.fjbg.JExtendedCode.emitT2T(JExtendedCode.java:426)
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator.genPrimitive(GenJVM.scala:1153)
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator$$anonfun$44.apply(GenJVM.scala:753)
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator$$anonfun$44.apply(GenJVM.scala:658)
at scala.Iterator$class.foreach(Iterator.scala:375)
at scala.runtime.BoxedArray$$anon$0.foreach(BoxedArray.scala:46)
at scala.Iterable$class.foreach(Iterable.scala:241)
at scala.runtime.BoxedArray.foreach(BoxedArray.scala:25)
at scala.tools.nsc.backend.icode.BasicBlocks$BasicBlock.traverse(BasicBlocks.scala:102)
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator.genBlock(GenJVM.scala:658)
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator.genBlocks(GenJVM.scala:579)
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator.genCode(GenJVM.scala:568)
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator.genMethod(GenJVM.scala:453)
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator$$anonfun$5.apply(GenJVM.scala:195)
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator$$anonfun$5.apply(GenJVM.scala:195)
...
|