Files
kotlin-fork/compiler/testData/codegen/boxInline
Dmitry Petrov a2dabe11c5 JVM KT-41150: Fix backward compatibility for inline vals in inline class
In 1.3.x, for inline class member inline vals 'getFoo-impl' method was
generated in corresponding inline class.
Since 1.4.0, getters for properties returning inline class values are
mangled (so corresponding getters are named 'getFoo-<mangling_hash>'.
However, to maintain backward compatibility with libraries compiled with
1.3.x, inliner should be able to find 'getFoo-impl' method in the
bytecode.
2020-08-24 16:17:12 +03:00
..
2020-07-16 19:23:03 +05:00
2020-03-19 16:45:10 +01:00
2020-04-14 13:53:22 +02:00
2020-05-08 19:36:02 +02:00
2019-10-08 17:19:41 +02:00