Files
kotlin-fork/idea/testData/intentions/swapBinaryExpression/nullOperand.kt
T

6 lines
97 B
Kotlin
Vendored

// IS_APPLICABLE: false
// DISABLE-ERRORS
fun new(x: Int, y: Int): Int {
return y <caret>-
}