Files
kotlin-fork/j2k/testData/fileOrElement/ifStatement/withBlocks.kt
T
Mikhail Glukhikh 44790eccaf Use "unnecessary variable" inspection in J2K
Unused variables are no more treated as unnecessary
Related to KT-15958
2017-07-20 17:48:27 +03:00

5 lines
42 B
Kotlin
Vendored

return if (1 > 0) {
1
} else {
0
}