JVM IR: More precise check for calls to the implementation method in a default stub

This commit is contained in:
Steven Schäfer
2020-09-22 16:46:26 +02:00
committed by max-kammerer
parent 648bc9b1c4
commit 3a7cc93c4e
13 changed files with 74 additions and 3 deletions
@@ -10845,6 +10845,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/defaultArguments/protected.kt");
}
@TestMetadata("recursiveDefaultArguments.kt")
public void testRecursiveDefaultArguments() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/recursiveDefaultArguments.kt");
}
@TestMetadata("referenceAsArg.kt")
public void testReferenceAsArg() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/referenceAsArg.kt");