Rename: Support rename of packages with non-standard quoted names
#KT-13488 Fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
package test.`for`
|
||||
|
||||
class Test
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package test./*rename*/`for`
|
||||
|
||||
class Test
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "MARKED_ELEMENT",
|
||||
"mainFile": "test/break/test.kt",
|
||||
"newName": "for",
|
||||
"withRuntime": "true",
|
||||
"byRef": "true"
|
||||
}
|
||||
Reference in New Issue
Block a user