[FIR] Use abstract classes for FIR scopes
This commit is contained in:
committed by
Mikhail Glukhikh
parent
810fa9c171
commit
95409b35ca
+1
-1
@@ -40,7 +40,7 @@ import org.jetbrains.kotlin.utils.Jsr305State
|
||||
class JavaClassEnhancementScope(
|
||||
private val session: FirSession,
|
||||
private val useSiteScope: JavaClassUseSiteScope
|
||||
) : FirScope {
|
||||
) : FirScope() {
|
||||
private val owner: FirRegularClass = useSiteScope.symbol.fir
|
||||
|
||||
private val javaTypeParameterStack: JavaTypeParameterStack =
|
||||
|
||||
Reference in New Issue
Block a user