JVM_IR KT-47073 use type parameter upper bound for default value

This commit is contained in:
Dmitry Petrov
2021-06-04 15:11:39 +03:00
committed by TeamCityServer
parent e4b723fe4a
commit 7fd033adae
11 changed files with 113 additions and 0 deletions
@@ -9028,6 +9028,16 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
runTest("compiler/testData/codegen/box/defaultArguments/kt46189.kt");
}
@TestMetadata("kt47073.kt")
public void testKt47073() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/kt47073.kt");
}
@TestMetadata("kt47073_nested.kt")
public void testKt47073_nested() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/kt47073_nested.kt");
}
@TestMetadata("kt6382.kt")
public void testKt6382() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/kt6382.kt");
@@ -8434,6 +8434,16 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/defaultArguments/kt46189.kt");
}
@TestMetadata("kt47073.kt")
public void testKt47073() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/kt47073.kt");
}
@TestMetadata("kt47073_nested.kt")
public void testKt47073_nested() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/kt47073_nested.kt");
}
@TestMetadata("kt6382.kt")
public void testKt6382() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/kt6382.kt");
@@ -8434,6 +8434,16 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/defaultArguments/kt46189.kt");
}
@TestMetadata("kt47073.kt")
public void testKt47073() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/kt47073.kt");
}
@TestMetadata("kt47073_nested.kt")
public void testKt47073_nested() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/kt47073_nested.kt");
}
@TestMetadata("kt6382.kt")
public void testKt6382() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/kt6382.kt");
@@ -3989,6 +3989,16 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/defaultArguments/kt46189.kt");
}
@TestMetadata("kt47073.kt")
public void testKt47073() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/kt47073.kt");
}
@TestMetadata("kt47073_nested.kt")
public void testKt47073_nested() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/kt47073_nested.kt");
}
@TestMetadata("kt6382.kt")
public void testKt6382() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/kt6382.kt");