Introduce deprecation cycle for reporting errors on some illegal equality calls inside a builder inference call

^KT-43493 Fixed
This commit is contained in:
Victor Petukhov
2021-08-10 12:04:50 +03:00
committed by TeamCityServer
parent 060af85a93
commit a4a2f71fca
17 changed files with 142 additions and 25 deletions
@@ -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