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

5 lines
78 B
Kotlin
Vendored

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