CopyKotlinDeclarationsHandler: fix for package with backticks

#KT-38543 Fixed
This commit is contained in:
Dmitry Gridin
2020-04-24 14:20:52 +07:00
parent b058dc12df
commit ccfea97390
8 changed files with 31 additions and 4 deletions
@@ -0,0 +1,3 @@
package root.`20-20`
class Foo
@@ -0,0 +1,3 @@
package root.`20-20`
class Root
@@ -0,0 +1,3 @@
package foo
class Foo