mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
7 lines
170 B
Kotlin
Vendored
7 lines
170 B
Kotlin
Vendored
// SUGGESTED_NAMES: b, getX
|
|
fun foo(param: Int): String {
|
|
val x = "xyfalsez"
|
|
val y = "xyFalsez"
|
|
val z = false
|
|
return "ab<selection>false</selection>def"
|
|
} |