mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
It never terminates, so the corresponding value on stack can't be used. However, if this happens in an inlined lambda argument, the inliner is unable to remove the corresponding ALOAD instruction (because default handler never terminates, and thus corresponding ALOAD is not used for lambda invocation). KT-17573 try-finally expression in inlined function parameter argument fails with VerifyError