Move: Fix replacement of non-code usages with backquoted names
#KT-13986 Fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
package code.`in`.comments2
|
||||
|
||||
class MyTest
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package code.`in`.comments
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
// code.`in`.comments2.MyTest
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
package code.`in`.comments
|
||||
|
||||
class <caret>MyTest
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
// code.`in`.comments.MyTest
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"mainFile": "test.kt",
|
||||
"type": "MOVE_KOTLIN_TOP_LEVEL_DECLARATIONS",
|
||||
"targetPackage": "code.`in`.comments2"
|
||||
}
|
||||
Reference in New Issue
Block a user