[AA] Add test for KDoc reference resolution of sibling nested class
This commit is contained in:
committed by
Space Team
parent
367b84d45e
commit
71792f9ad6
+6
@@ -1516,6 +1516,12 @@ public class Fe10IdeNormalAnalysisSourceModuleReferenceResolveTestGenerated exte
|
||||
runTest("analysis/analysis-api/testData/referenceResolve/kDoc/localContext/SelfNonLocalMethod.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SelfNonLocalNestedClass.kt")
|
||||
public void testSelfNonLocalNestedClass() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/referenceResolve/kDoc/localContext/SelfNonLocalNestedClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SelfNonLocalProperty.kt")
|
||||
public void testSelfNonLocalProperty() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user