[FE 1.0] Remove CONSTRAINT_SYSTEM_FOR_OVERLOAD_RESOLUTION analysis flag
The constraint system for the old type inference is going to be removed. Also, `CONSTRAINT_SYSTEM_FOR_OVERLOAD_RESOLUTION` isn't used in the production
This commit is contained in:
committed by
teamcity
parent
8227c4b603
commit
8500ee08a8
@@ -33,9 +33,6 @@ object AnalysisFlags {
|
||||
@JvmStatic
|
||||
val explicitApiMode by AnalysisFlag.Delegates.ApiModeDisabledByDefault
|
||||
|
||||
@JvmStatic
|
||||
val constraintSystemForOverloadResolution by AnalysisFlag.Delegates.ConstraintSystemForOverloadResolution
|
||||
|
||||
@JvmStatic
|
||||
val ideMode by AnalysisFlag.Delegates.Boolean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user