KT-37144 Respect quotes in package name during decompilation

- Odd package names (for example `try` in `arrow-core`) were pasted
as-is to the decompiled text
- Because of this, stub checks were failing, forcing completion to start
over and over again, as if something changed in the files
- See EA-5572315 for the error
- ^KT-37144 Fixed
This commit is contained in:
Roman Golyshev
2020-04-10 20:26:59 +03:00
committed by Alexander Podkhalyuzin
parent ec9c7c98cd
commit d7667209b2
6 changed files with 45 additions and 2 deletions
@@ -0,0 +1,7 @@
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package `try`.`package`
public final class PackageWithQuotes public constructor() {
}
@@ -0,0 +1,3 @@
package `try`.`package`
class PackageWithQuotes
@@ -0,0 +1 @@
try.package