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

8 lines
109 B
Plaintext

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