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

10 lines
136 B
Plaintext

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