[LL API] return FirErrorProperty for top level destructuring declaration

KTIJ-23552
This commit is contained in:
Anna Kozlova
2022-11-10 15:07:39 +01:00
parent 3590c4ea35
commit 9f470e2a4d
17 changed files with 76 additions and 12 deletions
@@ -142,6 +142,12 @@ public class Fe10IdeNormalAnalysisSourceModuleHLExpressionTypeTestGenerated exte
runTest("analysis/analysis-api/testData/components/expressionTypeProvider/expressionType/list_mutableListOf.kt");
}
@Test
@TestMetadata("nameReference.kt")
public void testNameReference() throws Exception {
runTest("analysis/analysis-api/testData/components/expressionTypeProvider/expressionType/nameReference.kt");
}
@Test
@TestMetadata("nonExpression.kt")
public void testNonExpression() throws Exception {