[AA] Add test for KDoc reference resolution of sibling nested class
This commit is contained in:
committed by
Space Team
parent
367b84d45e
commit
71792f9ad6
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
class C {
|
||||
class Nested
|
||||
|
||||
/**
|
||||
* [Nes<caret>ted]
|
||||
*/
|
||||
fun foo() { }
|
||||
}
|
||||
Reference in New Issue
Block a user