Enable ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated since 1.6
^KT-36770 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
bd05ef19de
commit
59372fd15f
@@ -170,9 +170,6 @@ enum class LanguageFeature(
|
|||||||
// Temporarily disabled, see KT-27084/KT-22379
|
// Temporarily disabled, see KT-27084/KT-22379
|
||||||
SoundSmartcastFromLoopConditionForLoopAssignedVariables(sinceVersion = null, kind = BUG_FIX),
|
SoundSmartcastFromLoopConditionForLoopAssignedVariables(sinceVersion = null, kind = BUG_FIX),
|
||||||
|
|
||||||
// Looks like we can't enable it until KT-26245 is fixed because otherwise some use cases become broken because of overrides
|
|
||||||
ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated(sinceVersion = null, kind = BUG_FIX),
|
|
||||||
|
|
||||||
// Experimental features
|
// Experimental features
|
||||||
|
|
||||||
Coroutines(
|
Coroutines(
|
||||||
@@ -207,6 +204,7 @@ enum class LanguageFeature(
|
|||||||
|
|
||||||
// 1.6
|
// 1.6
|
||||||
DefinitelyNotNullTypeParameters(sinceVersion = KOTLIN_1_6),
|
DefinitelyNotNullTypeParameters(sinceVersion = KOTLIN_1_6),
|
||||||
|
ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated(sinceVersion = KOTLIN_1_6, kind = BUG_FIX),
|
||||||
;
|
;
|
||||||
|
|
||||||
val presentableName: String
|
val presentableName: String
|
||||||
|
|||||||
Reference in New Issue
Block a user