Implement hasBlockBodyCorrectly for constructors
#EA-72355 - TCE: EvaluatePackage$extractFunctionForDebuggerUtil$e.addDebugExpressionBeforeContextElement
This commit is contained in:
@@ -52,7 +52,7 @@ public abstract class JetConstructor<T : JetConstructor<T>> : JetDeclarationStub
|
||||
|
||||
override fun getEqualsToken() = null
|
||||
|
||||
override fun hasBlockBody() = true
|
||||
override fun hasBlockBody() = getBodyExpression() != null
|
||||
|
||||
override fun hasBody() = getBodyExpression() != null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user