[JVM IR] Add tests for KT-15971.
This commit is contained in:
committed by
Alexander Udalov
parent
2239b5ceab
commit
79fef09bf5
+15
@@ -9680,6 +9680,21 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/function/innerExtentionFunctionManyArgs.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt15971.kt")
|
||||
public void testKt15971() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/function/kt15971.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt15971_2.kt")
|
||||
public void testKt15971_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/function/kt15971_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt15971_3.kt")
|
||||
public void testKt15971_3() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/function/kt15971_3.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36188.kt")
|
||||
public void testKt36188() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/function/kt36188.kt");
|
||||
|
||||
Reference in New Issue
Block a user