Add language feature for diagnostics in builder inference restriction

This commit is contained in:
Simon Ogorodnik
2022-08-25 19:03:11 +02:00
committed by teamcity
parent 4227fd012f
commit db0d8d9f57
@@ -290,6 +290,9 @@ enum class LanguageFeature(
// Disabled for indefinite time. See KT-48535 and related discussion
ApproximateIntegerLiteralTypesInReceiverPosition(sinceVersion = null),
// Disabled for indefinite time. Disables restrictions of builder inference without annotation
NoBuilderInferenceWithoutAnnotationRestriction(sinceVersion = null, kind = BUG_FIX, defaultState = State.DISABLED),
// Experimental features
Coroutines(