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