Uast: eliminating the kotlin.uast.multiresolve.enabled, it is always true for a long time

This commit is contained in:
Nicolay Mitropolsky
2020-02-12 16:04:31 +03:00
parent e4b7c39110
commit bf9d4f065b
6 changed files with 0 additions and 35 deletions
-5
View File
@@ -176,11 +176,6 @@
defaultValue="true"
restartRequired="false"/>
<registryKey key="kotlin.uast.multiresolve.enabled"
description="Whether to use multi resolve for UAST in Kotlin provided by `Call.resolveCandidates`, otherwise PsiPolyVariantReference-based multiResolve will be performed"
defaultValue="true"
restartRequired="false"/>
<registryKey key="kotlin.uast.force.uinjectionhost"
description="Whether to convert `KtStringTemplateExpression` to `KotlinStringTemplateUPolyadicExpression` in all cases"
defaultValue="true"