97c3c633a7
Fixes #KT-9757
6 lines
95 B
Kotlin
Vendored
6 lines
95 B
Kotlin
Vendored
// "Add 'run' before the lambda expression" "true"
|
|
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
{}<caret>
|
|
} |