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

4 lines
77 B
Kotlin
Vendored

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