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

12 lines
88 B
Kotlin

package test
import test.foo
class B {
val ref = ::foo
}
fun B.<caret>foo() {
}