8a9a3285de
#KT-13054 Fixed
7 lines
169 B
Kotlin
Vendored
7 lines
169 B
Kotlin
Vendored
fun foo(param: Int): String {
|
|
val x = "atrue123"
|
|
val y = "aTRUE123"
|
|
val z = true
|
|
val u = "123 true 456"
|
|
return "ab<selection> true </selection>def"
|
|
} |