[NI] Decrease only input types check diagnostic level to warning
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user