Files
kotlin-fork/idea/testData/quickfix/redundantIf/expressionBody.kt
T

2 lines
108 B
Kotlin
Vendored

// "Remove redundant 'if' statement" "true"
fun bar(value: Int) = <caret>if (value % 2 == 0) true else false