Files
kotlin-fork/compiler/testData/codegen/boxInline/defaultValues/lambdaInlining
pyos 392e4fba42 JVM: fix inlining of default lambdas of signature (Result) -> Any
They have no `invoke` bridge, and the overridden invoke expectes a boxed
`Result` as an argument.
2021-06-16 12:13:32 +02:00
..