FIR: save/restore tower data contexts during resolve jumps

#KT-50278 Fixed
This commit is contained in:
Mikhail Glukhikh
2021-12-20 17:28:04 +03:00
committed by Space
parent f3f63a458b
commit 1938438fa1
6 changed files with 67 additions and 0 deletions
@@ -5663,6 +5663,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/receiverResolutionInLambda.kt");
}
@Test
@TestMetadata("resolveToLocalFromCallSite.kt")
public void testResolveToLocalFromCallSite() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/resolveToLocalFromCallSite.kt");
}
@Test
@TestMetadata("selfReferenceToCompanionObject.kt")
public void testSelfReferenceToCompanionObject() throws Exception {