// WITH_RUNTIME // HIGHLIGHT: INFORMATION fun test() { runCatching { /* lots of code*/ }.let { println(it) } }