4 lines
84 B
Kotlin
Vendored
4 lines
84 B
Kotlin
Vendored
fun foo(flag: Boolean) {
|
|
val x: Double<caret>
|
|
x = if (flag) 3.14 else 2.71
|
|
} |