Further try/catch/finally support

This commit is contained in:
Michael Bogdanov
2016-10-05 16:23:04 +03:00
committed by Dmitry Petrov
parent f1ea31450e
commit 72eb317164
@@ -464,6 +464,7 @@ class ExpressionCodegen(
mv.areturn(returnType)
mv.mark(afterReturnLabel)
mv.nop()/*TODO check RESTORE_STACK_IN_TRY_CATCH processor*/
return expression.onStack
}