6c439ae85a
#KT-34744
10 lines
455 B
Kotlin
Vendored
10 lines
455 B
Kotlin
Vendored
// "Remove braces" "false"
|
|
// TOOL: org.jetbrains.kotlin.idea.inspections.FunctionWithLambdaExpressionBodyInspection
|
|
// ACTION: Convert to block body
|
|
// ACTION: Convert to multi-line lambda
|
|
// ACTION: Convert to run { ... }
|
|
// ACTION: Enable a trailing comma by default in the formatter
|
|
// ACTION: Specify explicit lambda signature
|
|
// ACTION: Specify explicit lambda signature
|
|
// ACTION: Specify return type explicitly
|
|
fun test(a: Int, b: Int) = <caret>{} |