Add language feature for diagnostics in builder inference restriction
This commit is contained in:
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(
|
||||
|
||||
Reference in New Issue
Block a user