[FIR] Implement deprecation for implementing var by inherited val
#KT-56779 Fixed
This commit is contained in:
committed by
Space Team
parent
941446ea39
commit
df03f0df0a
@@ -292,6 +292,7 @@ enum class LanguageFeature(
|
||||
// 2.1
|
||||
|
||||
ReferencesToSyntheticJavaProperties(KOTLIN_2_1), // KT-8575
|
||||
ProhibitImplementingVarByInheritedVal(KOTLIN_2_1, kind = BUG_FIX), // KT-56779
|
||||
|
||||
// End of 2.* language features --------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user