[JVM IR] Maintain KT-36188 bug compatibility between non-IR and IR
backends.
This commit is contained in:
committed by
Alexander Udalov
parent
435e74b74b
commit
2239b5ceab
+10
@@ -9680,6 +9680,16 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/function/innerExtentionFunctionManyArgs.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36188.kt")
|
||||
public void testKt36188() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/function/kt36188.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36188_2.kt")
|
||||
public void testKt36188_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/function/kt36188_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt5232.kt")
|
||||
public void testKt5232() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/function/kt5232.kt");
|
||||
|
||||
Reference in New Issue
Block a user