[FIR2IR] Replace star projections with upper bounds for SAM conversion types
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user