Implement deprecation cycle for proper refinement rhs type in assignments for java fields
^KT-46727 Fixed
This commit is contained in:
@@ -231,6 +231,7 @@ enum class LanguageFeature(
|
||||
SafeCallsAreAlwaysNullable(KOTLIN_1_7),
|
||||
StopPropagatingDeprecationThroughOverrides(KOTLIN_1_7),
|
||||
AbstractClassMemberNotImplementedWithIntermediateAbstractClass(KOTLIN_1_7, kind = BUG_FIX),
|
||||
RefineTypeCheckingOnAssignmentsToJavaFields(KOTLIN_1_7),
|
||||
|
||||
// Temporarily disabled, see KT-27084/KT-22379
|
||||
SoundSmartcastFromLoopConditionForLoopAssignedVariables(sinceVersion = null, kind = BUG_FIX),
|
||||
|
||||
Reference in New Issue
Block a user