blob: e6e41d3578412b09249f978e2701fb8b5d233dc9 [file] [log] [blame]
fun test() : Unit {
try {
test()
} catch (any : Exception) {
test()
} finally {
test()
}
}