Move: Do not shorten references unaffected by the refactoring
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
package source
|
||||
|
||||
class Foo {
|
||||
|
||||
}
|
||||
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package target
|
||||
|
||||
fun foo() {
|
||||
val util: util.Util = util.Util()
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package util
|
||||
|
||||
class Util
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
package source
|
||||
|
||||
class Foo {
|
||||
|
||||
}
|
||||
|
||||
fun <caret>foo() {
|
||||
val util: util.Util = util.Util()
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package util
|
||||
|
||||
class Util
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"mainFile": "source/Foo.kt",
|
||||
"type": "MOVE_KOTLIN_TOP_LEVEL_DECLARATIONS",
|
||||
"targetPackage": "target"
|
||||
}
|
||||
Reference in New Issue
Block a user