f4b4b023a3
#KT-2089 Fixed
6 lines
142 B
Kotlin
Vendored
6 lines
142 B
Kotlin
Vendored
fun foo(param: Int): String {
|
|
val x = "xyfalsez"
|
|
val y = "xyFalsez"
|
|
val z = false
|
|
return "ab<selection>false</selection>def"
|
|
} |