6 lines
34 B
Kotlin
Vendored
6 lines
34 B
Kotlin
Vendored
fun some() {
|
|
if (3 > 2)
|
|
2
|
|
else
|
|
1
|
|
} |