Skip to content

Commit 3a340d2

Browse files
committed
Fix kind of NoBuilderInferenceWithoutAnnotationRestriction
BUG_FIX kind causes feature to enable in progressive mode, which wasn't intended
1 parent a17fc51 commit 3a340d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/util/src/org/jetbrains/kotlin/config/LanguageVersionSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ enum class LanguageFeature(
286286
ApproximateIntegerLiteralTypesInReceiverPosition(sinceVersion = null),
287287

288288
// Disabled for indefinite time. Disables restrictions of builder inference without annotation
289-
NoBuilderInferenceWithoutAnnotationRestriction(sinceVersion = null, kind = BUG_FIX, defaultState = State.DISABLED),
289+
NoBuilderInferenceWithoutAnnotationRestriction(sinceVersion = null, kind = OTHER, defaultState = State.DISABLED),
290290

291291
// Experimental features
292292

0 commit comments

Comments
 (0)