Move: Fix internal reference processing on moving multiple files
#KT-17211 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
package target
|
||||
|
||||
interface NamedFaceO
|
||||
|
||||
class NamedClassO : NamedFaceO
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package target
|
||||
|
||||
interface NamedFaceN
|
||||
|
||||
class NamedClassN : NamedFaceN
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package source
|
||||
|
||||
interface NamedFaceO
|
||||
|
||||
class NamedClassO : NamedFaceO
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package source
|
||||
|
||||
interface NamedFaceN
|
||||
|
||||
class NamedClassN : NamedFaceN
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"filesToMove": ["source/foo.kt", "source/bar.kt"],
|
||||
"type": "MOVE_FILES_WITH_DECLARATIONS",
|
||||
"targetDirectory": "target"
|
||||
}
|
||||
Reference in New Issue
Block a user