[AA] do not try to build KtSymbol for FirErrorFunction
^KTIJ-23669 FirErrorFunctions are created for unknown labels when the code in return statements is not complete yet. Such labels cannot be resolved, and no symbols should be created for them
This commit is contained in:
+6
@@ -1561,6 +1561,12 @@ public class FirStandaloneNormalAnalysisSourceModuleReferenceResolveTestGenerate
|
||||
runTest("analysis/analysis-api/testData/referenceResolve/withErrors/AnnotationParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ByReturnExpression.kt")
|
||||
public void testByReturnExpression() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/referenceResolve/withErrors/ByReturnExpression.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassNameBeforeDot.kt")
|
||||
public void testClassNameBeforeDot() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user