[FIR] Fix resolving of local class reference chain ^KT-47135 Fixed

This commit is contained in:
Ivan Kochurkin
2021-10-06 20:20:30 +03:00
committed by TeamCityServer
parent cbfe0ac073
commit 3dd8ad3599
8 changed files with 78 additions and 8 deletions
@@ -24083,6 +24083,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/regressions/kt9808.kt");
}
@Test
@TestMetadata("LocalClassReferenceChain.kt")
public void testLocalClassReferenceChain() throws Exception {
runTest("compiler/testData/diagnostics/tests/regressions/LocalClassReferenceChain.kt");
}
@Test
@TestMetadata("noThis.kt")
public void testNoThis() throws Exception {