4 lines
68 B
Plaintext
Vendored
4 lines
68 B
Plaintext
Vendored
fun test() {
|
|
foo(false) ?: return
|
|
}
|
|
fun foo(v: Boolean): Int = 1 |