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:
+5
@@ -30384,6 +30384,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
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