776cccf57c
#KT-32580 Fixed
6 lines
132 B
Plaintext
Vendored
6 lines
132 B
Plaintext
Vendored
// FIX: Convert to run { ... }
|
|
// WITH_RUNTIME
|
|
class C {
|
|
fun f4() = run { "single-expression function which returns lambda" }
|
|
}
|