K1: introduce smartcast deprecation for a public API property in invisible class
#KT-56511 Fixed Related to KT-57290
This commit is contained in:
committed by
Space Team
parent
0b31e5ad63
commit
41c868445c
@@ -285,6 +285,7 @@ enum class LanguageFeature(
|
||||
|
||||
EnhanceNullabilityOfPrimitiveArrays(KOTLIN_2_0, kind = BUG_FIX), // KT-54521
|
||||
AllowEmptyIntersectionsInResultTypeResolver(KOTLIN_2_0, kind = OTHER), // KT-51221
|
||||
ProhibitSmartcastsOnPropertyFromAlienBaseClassInheritedInInvisibleClass(KOTLIN_2_0, kind = BUG_FIX), // KT-57290
|
||||
|
||||
// End of 2.* language features --------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user