JVM_IR KT-47449 handle star projection arguments in default lambda types
This commit is contained in:
committed by
teamcityserver
parent
5486fec0f9
commit
1298ba431b
+5
@@ -13450,6 +13450,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/functions/kt395.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47449.kt")
|
||||
public void testKt47449() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/kt47449.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt785.kt")
|
||||
public void testKt785() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/kt785.kt");
|
||||
|
||||
Reference in New Issue
Block a user