FIR DFA: don't update receivers' types if flow is unchanged
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ internal open class StubBodyResolveTransformerComponents(
|
||||
override val receiverStack: Iterable<ImplicitReceiverValue<*>>
|
||||
get() = error("Should not be called")
|
||||
|
||||
override fun receiverUpdated(symbol: FirBasedSymbol<*>, types: Set<ConeKotlinType>?) =
|
||||
override fun receiverUpdated(symbol: FirBasedSymbol<*>, info: TypeStatement?) =
|
||||
error("Should not be called")
|
||||
|
||||
override fun getTypeUsingSmartcastInfo(expression: FirExpression): Pair<PropertyStability, MutableList<ConeKotlinType>>? =
|
||||
|
||||
Reference in New Issue
Block a user