JVM_IR: support function references with default parameters
This commit is contained in:
+5
@@ -8982,6 +8982,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/protected.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("referenceAsArg.kt")
|
||||
public void testReferenceAsArg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/referenceAsArg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simpleFromOtherFile.kt")
|
||||
public void testSimpleFromOtherFile() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/simpleFromOtherFile.kt");
|
||||
|
||||
Reference in New Issue
Block a user