Files
kotlin-fork/idea/testData/quickfix/expressions/unnecessarySafeCall2.kt
T

4 lines
78 B
Kotlin
Vendored

// "Replace with dot call" "true"
fun Any.foo() {
this<caret>?.equals(0)
}