Files
kotlin-fork/compiler/testData/cfg/equals.kt
T
2013-12-05 13:02:14 +04:00

4 lines
51 B
Kotlin

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