Files
kotlin-fork/compiler/testData/cfg/conventions/notEqual.kt
T
2014-03-07 21:08:14 +04:00

3 lines
46 B
Kotlin
Vendored

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