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:
Roman Golyshev
2023-11-14 13:49:06 +01:00
committed by teamcity
parent 1b1df9f0db
commit 4f136cde31
14 changed files with 1084 additions and 0 deletions
@@ -0,0 +1,8 @@
package test
class ContextReceiver
class Receiver
<expr>context(ContextReceiver)
fun <T> Receiver.test(param: String): T {}</expr>