Files
kotlin-fork/idea/resources/intentionDescriptions/ChangePackageIntention/before.kt.template
T

9 lines
111 B
Plaintext

<spot>package foo.bar</spot>
import bar.foo.OtherClass
class MyClass: OtherClass {
fun myFun() {
}
}