Refactor SAM type handling, replace non-approximated arguments with *
This commit is contained in:
committed by
TeamCityServer
parent
4aeabb6b0f
commit
c77884f067
+6
@@ -17749,6 +17749,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt44241.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt45083.kt")
|
||||
public void testKt45083() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt45083.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47052.kt")
|
||||
public void testKt47052() throws Exception {
|
||||
|
||||
Generated
+6
@@ -2686,6 +2686,12 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
|
||||
runTest("compiler/testData/ir/irText/types/intersectionType3_OI.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intersectionTypeInSamType.kt")
|
||||
public void testIntersectionTypeInSamType() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/types/intersectionTypeInSamType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaWildcardType.kt")
|
||||
public void testJavaWildcardType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user