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:
committed by
Alexander Podkhalyuzin
parent
ec9c7c98cd
commit
d7667209b2
@@ -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() {
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package `try`.`package`
|
||||
|
||||
class PackageWithQuotes
|
||||
@@ -0,0 +1 @@
|
||||
try.package
|
||||
Reference in New Issue
Block a user