776cccf57c
#KT-32580 Fixed
6 lines
121 B
Kotlin
Vendored
6 lines
121 B
Kotlin
Vendored
// FIX: Remove braces
|
|
class C {
|
|
fun f4() = {<caret>
|
|
"single-expression function which returns lambda"
|
|
}
|
|
} |