5 lines
70 B
Kotlin
Vendored
5 lines
70 B
Kotlin
Vendored
fun test(b: Boolean) {
|
|
<caret>when(b) {
|
|
true -> {}
|
|
}
|
|
} |