Drop YIELD_IS_RESERVED diagnostic in 1.7.0 #KT-27750 Fixed
This commit is contained in:
committed by
teamcity
parent
0739925869
commit
61e0375900
@@ -245,6 +245,7 @@ enum class LanguageFeature(
|
||||
ProperInternalVisibilityCheckInImportingScope(KOTLIN_1_7, kind = BUG_FIX),
|
||||
InlineClassImplementationByDelegation(KOTLIN_1_7),
|
||||
QualifiedSupertypeMayBeExtendedByOtherSupertype(KOTLIN_1_7),
|
||||
YieldIsNoMoreReserved(KOTLIN_1_7),
|
||||
|
||||
// 1.8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user