[FIR] Fix incorrect usages of getClassLikeSymbolByClassId with lookup tag

^KT-57839 Fixed
This commit is contained in:
Dmitriy Novozhilov
2023-04-11 11:43:37 +03:00
committed by Space Team
parent b750e1e62c
commit cfa06dbf74
10 changed files with 79 additions and 19 deletions
@@ -3535,6 +3535,12 @@ public class DiagnosticCompilerTestFirTestdataTestGenerated extends AbstractDiag
runTest("compiler/fir/analysis-tests/testData/resolve/localClasses/implicitInLocalClasses.kt");
}
@Test
@TestMetadata("lambdaWithAnonymousObject.kt")
public void testLambdaWithAnonymousObject() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolve/localClasses/lambdaWithAnonymousObject.kt");
}
@Test
@TestMetadata("overrideInLocal.kt")
public void testOverrideInLocal() throws Exception {
@@ -3535,6 +3535,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFirTestDataTestGenerated
runTest("compiler/fir/analysis-tests/testData/resolve/localClasses/implicitInLocalClasses.kt");
}
@Test
@TestMetadata("lambdaWithAnonymousObject.kt")
public void testLambdaWithAnonymousObject() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolve/localClasses/lambdaWithAnonymousObject.kt");
}
@Test
@TestMetadata("overrideInLocal.kt")
public void testOverrideInLocal() throws Exception {