Introduce deprecation cycle for reporting errors on some illegal equality calls inside a builder inference call
^KT-43493 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
060af85a93
commit
a4a2f71fca
@@ -255,6 +255,7 @@ enum class LanguageFeature(
|
||||
ProgressionsChangingResolve(KOTLIN_1_8), // KT-49276
|
||||
ForbidSuperDelegationToAbstractFakeOverride(KOTLIN_1_8), // KT-49017
|
||||
ForbidSuperDelegationToAbstractAnyMethod(KOTLIN_1_8), // KT-38078
|
||||
ProperEqualityChecksInBuilderInferenceCalls(KOTLIN_1_8, kind = BUG_FIX),
|
||||
|
||||
// 1.9
|
||||
|
||||
|
||||
Reference in New Issue
Block a user