fun foo() { try { try { } finally { try { } catch (e: RuntimeException) { } } } catch(e: Exception) { } }