Drop unused LanguageSettingsDirectives.EXPERIMENTAL
This commit is contained in:
committed by
TeamCityServer
parent
fc6403679a
commit
aedcec7715
-4
@@ -31,10 +31,6 @@ object LanguageSettingsDirectives : SimpleDirectivesContainer() {
|
||||
description = "List of opted in annotations (AnalysisFlags.useExperimental)"
|
||||
)
|
||||
|
||||
val EXPERIMENTAL by stringDirective(
|
||||
description = "Require opt in for specified annotations (AnalysisFlags.experimental)"
|
||||
)
|
||||
|
||||
val IGNORE_DATA_FLOW_IN_ASSERT by directive(
|
||||
description = "Enables corresponding analysis flag (AnalysisFlags.ignoreDataFlowInAssert)"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user