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

7 lines
84 B
Plaintext

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