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>