Rename: Support rename of packages with non-standard quoted names

#KT-13488 Fixed
This commit is contained in:
Alexey Sedunov
2016-08-17 18:00:44 +03:00
parent f6de6eac09
commit 0fc28fe0b2
7 changed files with 47 additions and 0 deletions
@@ -0,0 +1,3 @@
package test.`for`
class Test
@@ -0,0 +1,3 @@
package test./*rename*/`for`
class Test
@@ -0,0 +1,7 @@
{
"type": "MARKED_ELEMENT",
"mainFile": "test/break/test.kt",
"newName": "for",
"withRuntime": "true",
"byRef": "true"
}