[LL FIR] Return class as structure element for super type reference

^KT-61755 Fixed
This commit is contained in:
aleksandrina-streltsova
2023-09-08 07:25:36 +00:00
committed by Space Team
parent 3aa635a766
commit f18d600dc8
10 changed files with 72 additions and 3 deletions
@@ -70,6 +70,12 @@ public class FirStandaloneNormalAnalysisSourceModuleCollectDiagnosticsTestGenera
runTest("analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/unresolved.kt");
}
@Test
@TestMetadata("unresolvedSuperConstructorCall.kt")
public void testUnresolvedSuperConstructorCall() throws Exception {
runTest("analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/unresolvedSuperConstructorCall.kt");
}
@Test
@TestMetadata("unusedDestructuring.kt")
public void testUnusedDestructuring() throws Exception {