[FIR] Fix incorrect usages of getClassLikeSymbolByClassId with lookup tag
^KT-57839 Fixed
This commit is contained in:
committed by
Space Team
parent
b750e1e62c
commit
cfa06dbf74
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user