776cccf57c
#KT-32580 Fixed
7 lines
146 B
Kotlin
Vendored
7 lines
146 B
Kotlin
Vendored
// FIX: Convert to run { ... }
|
|
// WITH_RUNTIME
|
|
class C {
|
|
fun f4() = {<caret>
|
|
"single-expression function which returns lambda"
|
|
}
|
|
} |