JS: support non-local return from secondary constructor
See KT-14549
This commit is contained in:
@@ -53,6 +53,8 @@ var JsNameRef.psiElement: PsiElement? by MetadataProperty(default = null)
|
||||
|
||||
var JsFunction.isLocal: Boolean by MetadataProperty(default = false)
|
||||
|
||||
var JsFunction.forcedReturnVariable: JsName? by MetadataProperty(default = null)
|
||||
|
||||
var JsParameter.hasDefaultValue: Boolean by MetadataProperty(default = false)
|
||||
|
||||
var JsInvocation.typeCheck: TypeCheck? by MetadataProperty(default = null)
|
||||
|
||||
Reference in New Issue
Block a user