JVM_IR: omit bound receiver in IrExpressionLambdaImpl parameters

and remove a hack intended to replace the missing type conversions this
caused.

 #KT-46505 Fixed
This commit is contained in:
pyos
2021-05-10 17:26:47 +02:00
committed by Ilmir Usmanov
parent 614d529168
commit 656c2496a6
13 changed files with 72 additions and 56 deletions
@@ -19000,6 +19000,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/inlineClasses/callableReferences/let/intN.kt");
}
@Test
@TestMetadata("null.kt")
public void testNull() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/callableReferences/let/null.kt");
}
@Test
@TestMetadata("result.kt")
public void testResult() throws Exception {