Files
kotlin-fork/idea/testData/quickfix/removeUnusedReceiver/beforeInFunction.kt
T
2015-03-20 19:34:16 +03:00

5 lines
74 B
Kotlin

// "Remove redundant receiver parameter" "true"
fun <caret>Any.foo() {
}