From cadc5ad587732a774c6526bb578896f24907c27d Mon Sep 17 00:00:00 2001 From: Victor Petukhov Date: Wed, 27 May 2020 16:52:55 +0300 Subject: [PATCH] NI: remove deprecated TODO about doing investigation around producing unwanted `Any?` during incorporation (KT-39154) --- .../inference/components/KotlinConstraintSystemCompleter.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/resolution/src/org/jetbrains/kotlin/resolve/calls/inference/components/KotlinConstraintSystemCompleter.kt b/compiler/resolution/src/org/jetbrains/kotlin/resolve/calls/inference/components/KotlinConstraintSystemCompleter.kt index 00da2d72a6b..7985bf41fc5 100644 --- a/compiler/resolution/src/org/jetbrains/kotlin/resolve/calls/inference/components/KotlinConstraintSystemCompleter.kt +++ b/compiler/resolution/src/org/jetbrains/kotlin/resolve/calls/inference/components/KotlinConstraintSystemCompleter.kt @@ -82,7 +82,6 @@ class KotlinConstraintSystemCompleter( } } - // TODO: investigate type variables fixation order and incorporation depth (see `diagnostics/tests/inference/completion/postponedArgumentsAnalysis/lackOfDeepIncorporation.kt`) private fun Context.runCompletion( completionMode: ConstraintSystemCompletionMode, topLevelAtoms: List,