Files
kotlin-fork/analysis/analysis-api/testData/components/scopeProvider/scopeContextForPosition/kDocWithoutDeclaration.kt
T
Roman Golyshev 644e29a2ea Revert "KT-61890 [AA] Use ContextCollector in KtFirScopeProvider"
This reverts commit 47a00bf9

See KTIJ-27918
2023-11-24 11:21:15 +00:00

14 lines
126 B
Kotlin
Vendored

// IGNORE_FIR
// FILE: main.kt
import pkg.A
class B
/**
* [<expr>e</expr>]
*/
// FILE: dependency.kt
package pkg
class A