Hint action to update usages on cut/paste of top-level declarations

This commit is contained in:
Valentin Kipyatkov
2017-03-19 16:51:25 +03:00
parent cb5459b7d7
commit 40bbf82a41
31 changed files with 759 additions and 10 deletions
@@ -0,0 +1,11 @@
import source.*
import target.bar
import target.foo
fun f() {
foo()
g(bar)
sourcePackFun()
}
fun g(p: Int){}