4 lines
51 B
Kotlin
Vendored
4 lines
51 B
Kotlin
Vendored
fun foo(a: Int, b: Int) {
|
|
if (a == b) {
|
|
}
|
|
} |