Enable ProperIeee754Comparisons in KOTLIN_1_4

This commit is contained in:
Dmitry Petrov
2020-01-17 14:14:31 +03:00
parent 933ac3a16b
commit 135cd6fd77
@@ -125,12 +125,11 @@ enum class LanguageFeature(
AllowReifiedGenericsInContracts(KOTLIN_1_4),
ProperVisibilityForCompanionObjectInstanceField(KOTLIN_1_4, kind = BUG_FIX),
DoNotGenerateThrowsForDelegatedKotlinMembers(KOTLIN_1_4),
ProperIeee754Comparisons(KOTLIN_1_4, kind = BUG_FIX),
// Temporarily disabled, see KT-27084/KT-22379
SoundSmartcastFromLoopConditionForLoopAssignedVariables(sinceVersion = null, kind = BUG_FIX),
ProperIeee754Comparisons(sinceVersion = null, defaultState = State.DISABLED, kind = BUG_FIX),
// Experimental features
Coroutines(