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

12 lines
88 B
Kotlin
Vendored

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