Files
kotlin-fork/idea/testData/intentions/operatorToFunction/binaryEqEqNullInRightSide.kt
T
2017-12-28 20:31:38 +03:00

5 lines
70 B
Kotlin
Vendored

// IS_APPLICABLE: false
fun test(x: String?) {
x <caret>== null
}