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

11 lines
66 B
Kotlin
Vendored

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