[JS, Frontend] Add option to allow extension lambdas in externals
This commit is contained in:
committed by
TeamCityServer
parent
2a54f1c610
commit
83c1a119ee
@@ -177,6 +177,8 @@ enum class LanguageFeature(
|
||||
SamWrapperClassesAreSynthetic(KOTLIN_1_5, defaultState = State.ENABLED, kind = BUG_FIX),
|
||||
StrictOnlyInputTypesChecks(KOTLIN_1_5),
|
||||
|
||||
JsEnableExtensionFunctionInExternals(KOTLIN_1_5, defaultState = State.DISABLED, kind = OTHER),
|
||||
|
||||
// Disabled until the breaking change is approved by the committee, see KT-10884.
|
||||
PackagePrivateFileClassesWithAllPrivateMembers(KOTLIN_1_5, defaultState = State.DISABLED),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user