Formatting
This commit is contained in:
@@ -352,11 +352,7 @@ class SingleInstructionInterpreter(private val eval: Eval) : Interpreter<Value>(
|
|||||||
|
|
||||||
override fun returnOperation(insn: AbstractInsnNode, value: Value, expected: Value) {
|
override fun returnOperation(insn: AbstractInsnNode, value: Value, expected: Value) {
|
||||||
when (insn.getOpcode()) {
|
when (insn.getOpcode()) {
|
||||||
IRETURN,
|
IRETURN, LRETURN, FRETURN, DRETURN, ARETURN -> {
|
||||||
LRETURN,
|
|
||||||
FRETURN,
|
|
||||||
DRETURN,
|
|
||||||
ARETURN -> {
|
|
||||||
// TODO: coercion, maybe?
|
// TODO: coercion, maybe?
|
||||||
// Handled by interpreter loop
|
// Handled by interpreter loop
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user