DEBSOURCES
Skip Quicknav
sources / kotlin / 1.3.31%2Bds1-3 / idea / resources / intentionDescriptions / MoveDeclarationToSeparateFileIntention / after.kt.template
12345678910111213
// File: foo/bar/myFile.kt package foo.bar2 fun test() { } // File: foo/bar/test.kt package foo.bar2 class Test { }