5 lines
72 B
Kotlin
Vendored
5 lines
72 B
Kotlin
Vendored
fun foo(x: Int) {}
|
|
|
|
fun bar() {
|
|
foo(if (<caret>true) { 1 } else 2)
|
|
} |