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

3 lines
46 B
Kotlin

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