[NI] Decrease only input types check diagnostic level to warning

This commit is contained in:
Pavel Kirpichenkov
2019-12-30 12:42:44 +03:00
parent 23c2a5c830
commit 2a4e235e34
38 changed files with 101 additions and 5 deletions
@@ -147,6 +147,7 @@ enum class LanguageFeature(
SamConversionPerArgument(sinceVersion = KOTLIN_1_3, defaultState = State.DISABLED),
NewDataFlowForTryExpressions(sinceVersion = KOTLIN_1_3, defaultState = State.DISABLED),
FunctionReferenceWithDefaultValueAsOtherType(sinceVersion = KOTLIN_1_3, defaultState = State.DISABLED),
NonStrictOnlyInputTypesChecks(KOTLIN_1_4),
// ------
// Next features can be enabled regardless of new inference