d0e8f99d60
So #KT-20096 Fixed
11 lines
130 B
Kotlin
Vendored
11 lines
130 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
// SKIP_ERRORS_BEFORE
|
|
// SKIP_ERRORS_AFTER
|
|
|
|
run <caret>{
|
|
|
|
}
|
|
|
|
fun run(f: () -> Unit) = f()
|