[FIR] Fix resolving of local class reference chain ^KT-47135 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
cbfe0ac073
commit
3dd8ad3599
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user