c34b417d0c
#KT-34744
8 lines
116 B
Plaintext
Vendored
8 lines
116 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// HIGHLIGHT: INFORMATION
|
|
|
|
fun test() {
|
|
println(runCatching {
|
|
/* lots of code*/
|
|
})
|
|
} |