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

12 lines
69 B
Kotlin
Vendored

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