Files
kotlin-fork/idea/testData/quickfix/expressions/beforeUnnecessarySafeCall1.kt
T
2011-10-25 17:40:36 +04:00

5 lines
78 B
Kotlin

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