FIR: Fix internal error on SAM with not-computed return type

^KT-52691 Fixed
This commit is contained in:
Denis.Zharkov
2022-06-09 14:07:18 +03:00
committed by Space
parent f9e00b0eb2
commit d8dad02f08
7 changed files with 47 additions and 3 deletions
@@ -26714,6 +26714,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/samConversions/GenericSubstitutionKT.kt");
}
@Test
@TestMetadata("implicitReturnType.kt")
public void testImplicitReturnType() throws Exception {
runTest("compiler/testData/diagnostics/tests/samConversions/implicitReturnType.kt");
}
@Test
@TestMetadata("javaMemberAgainstExtension.kt")
public void testJavaMemberAgainstExtension() throws Exception {