Use precalculated intersection type in JVM backend
also test all backends for the problem in the issue #KT-37715 fixed
This commit is contained in:
Generated
+5
@@ -23299,6 +23299,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/vararg/kt1978.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt37715.kt")
|
||||
public void testKt37715() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/kt37715.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt37779.kt")
|
||||
public void testKt37779() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/kt37779.kt");
|
||||
|
||||
+5
@@ -23359,6 +23359,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/vararg/kt1978.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt37715.kt")
|
||||
public void testKt37715() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/kt37715.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt37779.kt")
|
||||
public void testKt37779() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/kt37779.kt");
|
||||
|
||||
Reference in New Issue
Block a user