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

11 lines
85 B
Kotlin
Vendored

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