Files
kotlin-fork/analysis/low-level-api-fir/testData/contextCollector/wholeDeclaration_fun.kt
T
Roman Golyshev 4f136cde31 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
2023-11-14 22:15:04 +00:00

8 lines
133 B
Kotlin
Vendored

package test
class ContextReceiver
class Receiver
<expr>context(ContextReceiver)
fun <T> Receiver.test(param: String): T {}</expr>