Refactor SAM type handling, replace non-approximated arguments with *

This commit is contained in:
Dmitry Petrov
2021-06-17 13:37:19 +03:00
committed by TeamCityServer
parent 4aeabb6b0f
commit c77884f067
23 changed files with 721 additions and 128 deletions
@@ -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 {
@@ -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 {