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

4 lines
70 B
Plaintext
Vendored

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