Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
copyPaste
/
moveDeclarations
/
ChangePackage.kt
blob: 4d6fb45bee515ba38be767bd9699628c1ebe031d [
file
] [
log
] [
blame
]
package
source
import
target
.
targetPackFun
fun sourcePackFun
(){}
<selection>
/* comment 1 */
fun foo
()
{
sourcePackFun
()
targetPackFun
()
}
/* comment 2 */
val bar
=
10
/* comment 3 */
</
selection
>