Move refactoring available on cut/paste declarations from an object to top-level
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package target
|
||||
|
||||
import source.SourceObject
|
||||
import source.sourcePackFun
|
||||
|
||||
fun targetPackFun(){}
|
||||
|
||||
|
||||
fun foo() {
|
||||
SourceObject.other()
|
||||
sourcePackFun()
|
||||
targetPackFun()
|
||||
bar++
|
||||
}
|
||||
|
||||
var bar = 1
|
||||
Reference in New Issue
Block a user