Files
kotlin-fork/compiler/testData/codegen/boxInline/anonymousObject
pyos 5d8aac456f JVM_IR: create temporaries for complex super constructor arguments
As for SAM wrappers, the bytecode sequence

    new A
    dup
    new B
    dup
    invokespecial B.<init>
    invokespecial A.<init>

breaks the inliner, so instead we do

    new B
    dup
    invokespecial B.<init>
    store x
    new A
    dup
    load x
    invokespecial A.<init>
2019-11-06 15:54:40 +01:00
..
2018-08-02 13:19:24 +02:00
2018-08-02 13:19:24 +02:00
2018-08-09 14:22:46 +03:00
2018-08-09 14:22:46 +03:00
2019-07-31 11:18:44 +02:00
2018-08-09 16:30:32 +03:00
2018-08-09 16:30:32 +03:00
2019-01-09 10:20:54 +01:00
2018-08-09 14:22:46 +03:00
2018-08-09 14:22:50 +03:00
2018-08-09 14:22:50 +03:00
2018-08-09 14:22:50 +03:00
2018-08-09 14:22:50 +03:00
2018-08-09 14:22:50 +03:00