// MOVE: up fun test() { try { run { } } catch (e: Exception) { } catch (e: Throwable) { } finally { } println() }