Implement hasBlockBodyCorrectly for constructors

#EA-72355 - TCE: EvaluatePackage$extractFunctionForDebuggerUtil$e.addDebugExpressionBeforeContextElement
This commit is contained in:
Natalia Ukhorskaya
2015-09-07 15:39:44 +03:00
parent b86e251990
commit dc7d30c6dc
@@ -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