Files
kotlin-fork/analysis/analysis-api/testData/components/scopeProvider/scopeContextForPosition/contextReceiverWithoutDeclaration.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

13 lines
123 B
Kotlin
Vendored

// IGNORE_FIR
// FILE: main.kt
import pkg.A
class B
context(<expr>e</expr>)
// FILE: dependency.kt
package pkg
class A