[AA] Add test for KDoc reference resolution of sibling nested class

This commit is contained in:
Marco Pennekamp
2023-10-10 18:55:31 +02:00
committed by Space Team
parent 367b84d45e
commit 71792f9ad6
7 changed files with 40 additions and 0 deletions
@@ -0,0 +1,8 @@
class C {
class Nested
/**
* [Nes<caret>ted]
*/
fun foo() { }
}