[FE] Allow using sealed modifier on interface and compute sealed modality for them
#KT-20423
This commit is contained in:
committed by
TeamCityServer
parent
d605c7e491
commit
9609954560
@@ -144,6 +144,7 @@ enum class LanguageFeature(
|
||||
JvmRecordSupport(KOTLIN_1_5),
|
||||
|
||||
FreedomForSealedClasses(KOTLIN_1_5),
|
||||
SealedInterfaces(KOTLIN_1_5),
|
||||
|
||||
// Temporarily disabled, see KT-27084/KT-22379
|
||||
SoundSmartcastFromLoopConditionForLoopAssignedVariables(sinceVersion = null, kind = BUG_FIX),
|
||||
|
||||
Reference in New Issue
Block a user