Files
kotlin-fork/idea/testData/intentions/operatorToFunction/binaryNotEqNonNullable.kt
T
2016-02-11 12:26:22 +03:00

4 lines
46 B
Kotlin
Vendored

fun foo(a: Int, b: Int) {
a !<caret>= b
}