Hint action to update usages on cut/paste of top-level declarations
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package dependency
|
||||
|
||||
import source.*
|
||||
|
||||
class Dependency
|
||||
|
||||
fun f() {
|
||||
foo(Dependency())
|
||||
}
|
||||
Reference in New Issue
Block a user