JVM_IR KT-47073 use type parameter upper bound for default value
This commit is contained in:
committed by
TeamCityServer
parent
e4b723fe4a
commit
7fd033adae
+10
@@ -10149,6 +10149,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
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