JVM_IR: remember facade fqnames of imported classes

Necessary to support importing file classes annotated @JvmPackageName,
since the actual package fragment they are a part of has the name from
the `package` declaration.
This commit is contained in:
pyos
2019-11-08 10:13:54 +01:00
committed by Alexander Udalov
parent 42cb53a380
commit 433e0e4740
10 changed files with 28 additions and 36 deletions
@@ -1,5 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND_MULTI_MODULE: JVM_IR
// TARGET_BACKEND: JVM
// WITH_RUNTIME
// FILE: 1.kt