8a9a3285de
#KT-13054 Fixed
8 lines
163 B
Plaintext
Vendored
8 lines
163 B
Plaintext
Vendored
fun foo(param: Int): String {
|
|
val x = "atrue123"
|
|
val y = "aTRUE123"
|
|
val z = true
|
|
val s = " true "
|
|
val u = "123${s}456"
|
|
return "ab${s}def"
|
|
} |