Resolve missed merge conflict

This commit is contained in:
Ivo Gabe de Wolff
2015-02-06 16:45:26 +01:00
parent 30c10fb7c4
commit 04dd08da70

View File

@@ -2818,7 +2818,6 @@ module ts {
function emitExpressionStatement(node: ExpressionStatement) {
emitParenthesizedIf(node.expression, /*parenthesized*/ node.expression.kind === SyntaxKind.ArrowFunction);
emitParenthesized(node.expression, /*parenthesized*/ node.expression.kind === SyntaxKind.ArrowFunction);
write(";");
}