1b553ebfaf
Added tests from testData/codegen/box directory. There are blackbox tests in other directories and they are to be added.
20 lines
349 B
Kotlin
20 lines
349 B
Kotlin
fun box() : String {
|
|
try {
|
|
} finally {
|
|
try {
|
|
try {
|
|
} finally {
|
|
try {
|
|
} finally {
|
|
}
|
|
}
|
|
} catch (e: Exception) {
|
|
try {
|
|
} catch (f: Exception) {
|
|
} finally {
|
|
}
|
|
}
|
|
return "OK"
|
|
}
|
|
}
|