FIR: Allow to create synthetic variables during stub creation
This commit is contained in:
committed by
teamcity
parent
c3c4404bc5
commit
580410863f
+1
-1
@@ -249,7 +249,7 @@ class FirDelegatedPropertyInferenceSession(
|
|||||||
override fun createSyntheticStubTypes(system: NewConstraintSystemImpl): Map<TypeConstructorMarker, ConeStubType> {
|
override fun createSyntheticStubTypes(system: NewConstraintSystemImpl): Map<TypeConstructorMarker, ConeStubType> {
|
||||||
|
|
||||||
val bindings = mutableMapOf<TypeConstructorMarker, ConeStubType>()
|
val bindings = mutableMapOf<TypeConstructorMarker, ConeStubType>()
|
||||||
|
registerSyntheticVariables(system.currentStorage())
|
||||||
for (variable in system.postponedTypeVariables) {
|
for (variable in system.postponedTypeVariables) {
|
||||||
variable as ConeTypeVariable
|
variable as ConeTypeVariable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user