[JVM IR] Added null-checks of handler for non-super $default calls

This commit is contained in:
Kristoffer Andersen
2020-02-03 13:46:43 +01:00
committed by Alexander Udalov
parent fe50bb4b93
commit c1d350f8f3
11 changed files with 92 additions and 17 deletions
@@ -9369,6 +9369,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/defaultArguments/superCallCheck.kt");
}
@TestMetadata("superCallHandlerOrder.kt")
public void testSuperCallHandlerOrder() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/superCallHandlerOrder.kt");
}
@TestMetadata("useNextParamInLambda.kt")
public void testUseNextParamInLambda() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/useNextParamInLambda.kt");