[FE 1.0] Prohibit call of constructor of functional supertype

^KT-46344
^KT-50730 Fixed
This commit is contained in:
Dmitriy Novozhilov
2022-01-11 17:17:45 +03:00
committed by teamcity
parent ecc890efe8
commit ff7eb79bb1
16 changed files with 319 additions and 1 deletions
@@ -258,6 +258,7 @@ enum class LanguageFeature(
DisableCheckingChangedProgressionsResolve(KOTLIN_1_9), // KT-49276
ProhibitIllegalValueParameterUsageInDefaultArguments(KOTLIN_1_9, kind = BUG_FIX), // KT-25694
ProhibitConstructorCallOnFunctionalSupertype(KOTLIN_1_9, kind = BUG_FIX), // KT-46344
// Temporarily disabled, see KT-27084/KT-22379
SoundSmartcastFromLoopConditionForLoopAssignedVariables(sinceVersion = null, kind = BUG_FIX),