JVM_IR KT-47449 handle star projection arguments in default lambda types

This commit is contained in:
Dmitry Petrov
2021-06-25 13:12:18 +03:00
committed by teamcityserver
parent 5486fec0f9
commit 1298ba431b
10 changed files with 104 additions and 15 deletions
@@ -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");