[Analysis API] add diagnostic test for delegate from library

^KT-62896
This commit is contained in:
Dmitrii Gridin
2023-12-27 17:31:38 +01:00
committed by Space Team
parent ee3119e9d2
commit 3f337bf62d
6 changed files with 38 additions and 0 deletions
@@ -58,6 +58,12 @@ public class FirStandaloneNormalAnalysisSourceModuleCollectDiagnosticsTestGenera
runTest("analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/declarationErrors.kt");
}
@Test
@TestMetadata("delegationToLibraryInterface.kt")
public void testDelegationToLibraryInterface() throws Exception {
runTest("analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/delegationToLibraryInterface.kt");
}
@Test
@TestMetadata("duplicatedCallableWithImplicitType.kt")
public void testDuplicatedCallableWithImplicitType() throws Exception {