[FIR2IR] Replace star projections with upper bounds for SAM conversion types

This commit is contained in:
Dmitriy Novozhilov
2021-03-18 12:48:28 +03:00
parent 50f2666eba
commit 7dc3be3b9b
10 changed files with 70 additions and 20 deletions
@@ -29842,6 +29842,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/sam/samConstructorGenericSignature.kt");
}
@TestMetadata("samConversionToJavaWildcard.kt")
public void testSamConversionToJavaWildcard() throws Exception {
runTest("compiler/testData/codegen/box/sam/samConversionToJavaWildcard.kt");
}
@TestMetadata("smartCastSamConversion.kt")
public void testSmartCastSamConversion() throws Exception {
runTest("compiler/testData/codegen/box/sam/smartCastSamConversion.kt");