JVM_IR KT-47073 use type parameter upper bound for default value
This commit is contained in:
committed by
TeamCityServer
parent
e4b723fe4a
commit
7fd033adae
+12
@@ -12550,6 +12550,18 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt46189.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47073.kt")
|
||||
public void testKt47073() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt47073.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47073_nested.kt")
|
||||
public void testKt47073_nested() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt47073_nested.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6382.kt")
|
||||
public void testKt6382() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user