Files
kotlin-fork/idea/testData/inspectionsLocal/functionWithLambdaExpressionBody/removeBraces/kt32580.kt.after
T

4 lines
98 B
Plaintext
Vendored

// FIX: Remove braces
class C {
fun f4() = "single-expression function which returns lambda"
}