FIR: Fix synthetic type variables to independent stub types
This commit is contained in:
committed by
teamcity
parent
580410863f
commit
df9da371cb
@@ -435,6 +435,7 @@ interface ConeTypeContext : TypeSystemContext, TypeSystemOptimizationContext, Ty
|
||||
override fun TypeConstructorMarker.unwrapStubTypeVariableConstructor(): TypeConstructorMarker {
|
||||
if (this !is ConeStubTypeConstructor) return this
|
||||
if (this.isTypeVariableInSubtyping) return this
|
||||
if (this.isForFixation) return this
|
||||
return this.variable.typeConstructor
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user