Files
kotlin-fork/idea/testData/inspectionsLocal/foldInitializerAndIfToElvis/LongName2.kt.after
T
2020-06-03 12:35:50 +03:00

6 lines
235 B
Plaintext
Vendored

fun foo(): Any {
val yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy = 7
val xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
= 24 ?: return yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
return 42
}