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

10 lines
90 B
Plaintext

// File: foo/bar/myFile.kt
package foo.bar2
<spot>class Test</spot> {
}
fun test() {
}