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