FE: Make synchronized suspend functions and lambdas error in 1.8
#KT-27333 Fixed
This commit is contained in:
@@ -260,6 +260,7 @@ enum class LanguageFeature(
|
||||
IgnoreNullabilityForErasedValueParameters(KOTLIN_1_8, kind = BUG_FIX),
|
||||
ForbidUsingExtensionPropertyTypeParameterInDelegate(KOTLIN_1_8, kind = BUG_FIX),
|
||||
ModifierNonBuiltinSuspendFunError(KOTLIN_1_8),
|
||||
SynchronizedSuspendError(KOTLIN_1_8),
|
||||
|
||||
// 1.9
|
||||
|
||||
|
||||
Reference in New Issue
Block a user