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