4f136cde31
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
8 lines
133 B
Kotlin
Vendored
8 lines
133 B
Kotlin
Vendored
package test
|
|
|
|
class ContextReceiver
|
|
|
|
class Receiver
|
|
|
|
<expr>context(ContextReceiver)
|
|
fun <T> Receiver.test(param: String): T {}</expr> |