6 lines
79 B
Kotlin
6 lines
79 B
Kotlin
fun foo() {
|
|
}
|
|
|
|
fun main(args: Array<String>) {
|
|
if (true) foo() else foo()
|
|
} |