[Analysis API] introduce base KtTypeScope -> KtScope converter

This commit is contained in:
Ilya Kirillov
2022-06-08 13:39:57 +02:00
parent c52d33d215
commit 7b1765cc8b
8 changed files with 84 additions and 2 deletions
@@ -16,7 +16,7 @@ import org.jetbrains.kotlin.name.Name
@KtAnalysisApiInternals
class KtCompositeTypeScope(
private val subScopes: List<KtTypeScope>,
val subScopes: List<KtTypeScope>,
override val token: KtLifetimeToken
) : KtTypeScope {
override fun getAllPossibleNames(): Set<Name> = withValidityAssertion {