Skip to content

Commit

Permalink
Fix kind of NoBuilderInferenceWithoutAnnotationRestriction
Browse files Browse the repository at this point in the history
BUG_FIX kind causes feature to enable in progressive mode, which
wasn't intended
  • Loading branch information
semoro committed Sep 5, 2022
1 parent a17fc51 commit 3a340d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ enum class LanguageFeature(
ApproximateIntegerLiteralTypesInReceiverPosition(sinceVersion = null),

// 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

Expand Down

0 comments on commit 3a340d2

Please sign in to comment.