KT-61890 [AA] Add testdata to ensure KDoc completion support in IDE
Completion in the IDE relies on correct scopes for KDoc positions. So we add testData for `KtScopeProvider` and `ContextCollector` to ensure that there are no regressions
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
class ContextReceiver
|
||||
|
||||
<expr>context(ContextReceiver)
|
||||
class MyClass<T>(param: String)</expr>
|
||||
Reference in New Issue
Block a user