tests: Update external tests (1.1.2-dev-393)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
fun foo(): Int {
|
||||
try {
|
||||
} finally {
|
||||
try {
|
||||
return 1
|
||||
} catch (e: Throwable) {
|
||||
return 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun box() = if (foo() == 1) "OK" else "Fail"
|
||||
Reference in New Issue
Block a user