Fix kind of NoBuilderInferenceWithoutAnnotationRestriction
BUG_FIX kind causes feature to enable in progressive mode, which wasn't intended
This commit is contained in:
@@ -289,7 +289,7 @@ enum class LanguageFeature(
|
|||||||
ApproximateIntegerLiteralTypesInReceiverPosition(sinceVersion = null),
|
ApproximateIntegerLiteralTypesInReceiverPosition(sinceVersion = null),
|
||||||
|
|
||||||
// Disabled for indefinite time. Disables restrictions of builder inference without annotation
|
// Disabled for indefinite time. Disables restrictions of builder inference without annotation
|
||||||
NoBuilderInferenceWithoutAnnotationRestriction(sinceVersion = null, kind = BUG_FIX, defaultState = State.DISABLED),
|
NoBuilderInferenceWithoutAnnotationRestriction(sinceVersion = null, kind = OTHER, defaultState = State.DISABLED),
|
||||||
|
|
||||||
// Experimental features
|
// Experimental features
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user