538a746df9
#KT-17119 Fixed
8 lines
352 B
Kotlin
Vendored
8 lines
352 B
Kotlin
Vendored
// "Remove braces" "false"
|
|
// TOOL: org.jetbrains.kotlin.idea.inspections.FunctionWithLambdaExpressionBodyInspection
|
|
// ACTION: Convert to block body
|
|
// ACTION: Convert to run { ... }
|
|
// ACTION: Specify explicit lambda signature
|
|
// ACTION: Specify explicit lambda signature
|
|
// ACTION: Specify return type explicitly
|
|
fun test(a: Int, b: Int) = <caret>{} |