mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
9 lines
123 B
Plaintext
Vendored
9 lines
123 B
Plaintext
Vendored
fun foo() {
|
|
val a = "aa"
|
|
when (a.capitalize()) {
|
|
<caret> -> {
|
|
}
|
|
else -> {
|
|
}
|
|
}
|
|
} |