f4b4b023a3
#KT-2089 Fixed
6 lines
140 B
Kotlin
Vendored
6 lines
140 B
Kotlin
Vendored
fun foo(param: Int): String {
|
|
val x = "atrue123"
|
|
val x = "aTRUE123"
|
|
val z = true
|
|
return "ab<selection>true</selection>def"
|
|
} |