From 580410863fe7500794c22c86332828fbfbed3b3d Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Mon, 22 Nov 2021 15:59:40 +0300 Subject: [PATCH] FIR: Allow to create synthetic variables during stub creation --- .../resolve/inference/FirDelegatedPropertyInferenceSession.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/fir/resolve/src/org/jetbrains/kotlin/fir/resolve/inference/FirDelegatedPropertyInferenceSession.kt b/compiler/fir/resolve/src/org/jetbrains/kotlin/fir/resolve/inference/FirDelegatedPropertyInferenceSession.kt index 1cbd7b4f783..1dbde44296c 100644 --- a/compiler/fir/resolve/src/org/jetbrains/kotlin/fir/resolve/inference/FirDelegatedPropertyInferenceSession.kt +++ b/compiler/fir/resolve/src/org/jetbrains/kotlin/fir/resolve/inference/FirDelegatedPropertyInferenceSession.kt @@ -249,7 +249,7 @@ class FirDelegatedPropertyInferenceSession( override fun createSyntheticStubTypes(system: NewConstraintSystemImpl): Map { val bindings = mutableMapOf() - + registerSyntheticVariables(system.currentStorage()) for (variable in system.postponedTypeVariables) { variable as ConeTypeVariable