FIR: Fix type alias case for callable reference resolution type
This commit is contained in:
committed by
TeamCityServer
parent
a29dfb3b48
commit
37b5237e97
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user