Files
kotlin-fork/compiler/testData/codegen/boxInline
pyos 4a76ea6ecb JVM: regenerate objects if they have been regenerated in parent contexts
This is a hack to work around the fact that type mappings should not be
inherited by inlining contexts for lambdas called from anonymous
objects. As the lambda can call the inline function again, this could
produce a reference to the original object, which is remapped to a new
type in the parent context. Unfortunately, there are many redundant
`MethodRemapper`s between the lambda and the class file, so simply
editing `TypeRemapper` does not work. Hence, this hack. For now.

(Issue found by compiling IntelliJ IDEA BTW.)
2021-01-22 13:39:20 +01:00
..
2020-04-14 13:53:22 +02:00
2021-01-20 15:23:09 +01:00
2020-05-08 19:36:02 +02:00
2019-10-08 17:19:41 +02:00
2021-01-20 15:23:09 +01:00