Files
kotlin-fork/idea/testData/safeDelete/deleteFunction/kotlinFunction/funExt1.kt
T

12 lines
69 B
Kotlin

package test
import test.foo
class B {
}
fun B.<caret>foo() {
}