Files
kotlin-fork/idea/testData/copyPaste/moveDeclarations/ChangePackage.to.expected.kt
T

20 lines
188 B
Kotlin
Vendored

package target
import source.sourcePackFun
fun targetPackFun(){}
/* comment 1 */
fun foo() {
sourcePackFun()
targetPackFun()
}
/* comment 2 */
val bar = 10
/* comment 3 */