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