FIR: Fix internal error on SAM with not-computed return type
^KT-52691 Fixed
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user