Support finally blocks in non-local returns

This commit is contained in:
Mikhael Bogdanov
2019-04-04 17:08:16 +02:00
parent 4c59d161d4
commit 30aeb8dc0a
42 changed files with 146 additions and 137 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
inline fun test(s: () -> Int): Int =
try {
val i = s()