FIR: Fix type alias case for callable reference resolution type

This commit is contained in:
Denis.Zharkov
2021-10-26 17:57:14 +03:00
committed by TeamCityServer
parent a29dfb3b48
commit 37b5237e97
6 changed files with 43 additions and 3 deletions
@@ -32926,6 +32926,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/testsWithStdLib/overrideWithFunctionalType.kt");
}
@Test
@TestMetadata("pairReference.kt")
public void testPairReference() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/pairReference.kt");
}
@Test
@TestMetadata("PropertyDelegateWithPrivateSet.kt")
public void testPropertyDelegateWithPrivateSet() throws Exception {