DEBSOURCES
Skip Quicknav
sources / kotlin / 1.3.31%2Bds1-1 / idea / resources / intentionDescriptions / MoveDeclarationToSeparateFileIntention / before.kt.template
12345678910
// File: foo/bar/myFile.kt package foo.bar2 <spot>class Test</spot> { } fun test() { }