Files
kotlin-fork/compiler/testData/codegen/bytecodeText
Steven Schäfer 5e27d9b089 JVM IR: Make inlining in $default stubs compatible with the JVM BE
The JVM BE inlines calls to the underlying function in a $default stub
verbatim, e.g., without renaming LVT entries or regenerating anonymous
objects. This commit introduces the same behavior in the JVM IR BE.

Fixes KT-36769.
2020-09-24 07:53:31 +02:00
..
2020-01-20 16:00:36 +01:00
2020-04-09 07:37:30 +02:00
2020-06-18 12:22:53 +03:00