FIR: save/restore tower data contexts during resolve jumps
#KT-50278 Fixed
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user