4 lines
52 B
Kotlin
Vendored
4 lines
52 B
Kotlin
Vendored
fun test(b: Boolean?) {
|
|
<caret>when(b) {
|
|
}
|
|
} |