JVM_IR KT-47073 use type parameter upper bound for default value
This commit is contained in:
committed by
TeamCityServer
parent
e4b723fe4a
commit
7fd033adae
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+10
@@ -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");
|
||||
|
||||
Generated
+10
@@ -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");
|
||||
|
||||
Generated
+10
@@ -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");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+10
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user