7e0db3d612
#KT-31278 Fixed
8 lines
134 B
Kotlin
Vendored
8 lines
134 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// HIGHLIGHT: INFORMATION
|
|
|
|
fun test() {
|
|
runCatching {
|
|
/* lots of code*/
|
|
}.let<caret> { println(it) }
|
|
} |