Hint action to update usages on cut/paste of top-level declarations
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import source.*
|
||||
import target.bar
|
||||
import target.foo
|
||||
|
||||
fun f() {
|
||||
foo()
|
||||
g(bar)
|
||||
sourcePackFun()
|
||||
}
|
||||
|
||||
fun g(p: Int){}
|
||||
Reference in New Issue
Block a user