[FIR] KT-48870: Allow resolution to InaccessibleImplicitReceiverValue
^KT-48870 Fixed
This commit is contained in:
committed by
Space Team
parent
f472f68dc5
commit
76df0f9ad1
+6
@@ -849,6 +849,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/rawCastToStarProjection_Ok.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("receiverResolutionInDelegatedConstructor.kt")
|
||||
public void testReceiverResolutionInDelegatedConstructor() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/receiverResolutionInDelegatedConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("RecursiveResolve.kt")
|
||||
public void testRecursiveResolve() throws Exception {
|
||||
|
||||
+6
@@ -849,6 +849,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/rawCastToStarProjection_Ok.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("receiverResolutionInDelegatedConstructor.kt")
|
||||
public void testReceiverResolutionInDelegatedConstructor() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/receiverResolutionInDelegatedConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("RecursiveResolve.kt")
|
||||
public void testRecursiveResolve() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user