Files
2014-03-07 21:08:14 +04:00

4 lines
51 B
Kotlin
Vendored

fun foo(a: Int, b: Int) {
if (a == b) {
}
}