[Analysis API] fix "scope for class ConeClassLikeTypeImpl not found exception" when stdlib is missing
^KT-60641 fixed
This commit is contained in:
committed by
Space Team
parent
bfe73567c1
commit
cc27bfd39a
+1
-3
@@ -43,9 +43,7 @@ class FirIntegerConstantOperatorScope(
|
||||
scopeSession,
|
||||
FakeOverrideTypeCalculator.DoNothing,
|
||||
requiredMembersPhase = FirResolvePhase.STATUS,
|
||||
) ?: errorWithAttachment("Scope for ${baseType::class.java} not found") {
|
||||
withConeTypeEntry("type", baseType)
|
||||
}
|
||||
) ?: Empty
|
||||
}
|
||||
|
||||
private val mappedFunctions = mutableMapOf<Name, FirNamedFunctionSymbol>()
|
||||
|
||||
Reference in New Issue
Block a user