Files
kotlin-fork/compiler/testData/codegen/boxInline/anonymousObject
pyos 1310a65f0c JVM: rename this$0 when regenerating nested objects too
In the old backend, this was unnecessary because nested objects would
reference their lambdas' captures through the original this$0. On
JVM_IR, using loose capture fields means a name/descriptor clash can
occur on any level of nesting, not just the top.
2021-02-17 07:56:03 +01:00
..
2018-08-02 13:19:24 +02:00
2018-08-02 13:19:24 +02:00
2018-08-09 16:30:32 +03:00