Files
kotlin-fork/idea/testData/inspectionsLocal/foldInitializerAndIfToElvis/LongName.kt.after
T
2019-06-07 12:23:54 +07:00

6 lines
235 B
Plaintext
Vendored

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