JVM_IR: Add more local variable tests for finally code.
This commit is contained in:
committed by
Mikhael Bogdanov
parent
6095d8a7fa
commit
0c77565104
+1
-1
@@ -20,7 +20,7 @@ fun compute(): String {
|
||||
}
|
||||
}
|
||||
} finally {
|
||||
x = "OK"
|
||||
x = "OK" // TODO: `e` should not be visible here.
|
||||
}
|
||||
return "FAIL"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user