[FIR]: fix library methods in packages

Library methods such as 'listOf' are resolved
to have the package fragments as their parents,
but JVM expects their containing file classes as parents.
This fix generates those file classes and
uses them as parent replacements for such library methods.
This commit is contained in:
Juan Chen
2020-02-19 14:54:18 -08:00
committed by Mikhail Glukhikh
parent 81b30b7399
commit 9dd8eda1c9
201 changed files with 19 additions and 199 deletions

View File

@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// WITH_RUNTIME
// WITH_REFLECT