JVM IR: More precise check for calls to the implementation method in a default stub
This commit is contained in:
committed by
max-kammerer
parent
648bc9b1c4
commit
3a7cc93c4e
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user