Files
kotlin-fork/compiler/testData/codegen/boxInline
pyos 456469eb3b JVM: fix remapping of new T inside regenerated copies of T
In general, `InliningContext.findAnonymousTransformationInfo` was not
reliable because it mapped each type to *some* info for that type,
preferring ones with `shouldRegenerate == true` if those exist. Thus, it
returned incorrect results if one type was regenerated multiple times,
e.g. in a nested inlining context or because of a `finally` (which
duplicates anonymous objects). The solution is to avoid a global map and
attach the current transformation info directly to the current inlining
context.
2020-04-23 14:20:54 +02:00
..
2020-03-19 16:45:10 +01:00
2020-04-14 13:53:22 +02:00
2018-08-02 13:19:24 +02:00
2019-10-08 17:19:41 +02:00
2020-04-14 13:53:22 +02:00
2020-04-16 13:49:48 +02:00