blob: 0409c47fd4d01beb59e1d4de10c33e7d86f69ff7 [file] [log] [blame]
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
es6id: 14.2
description: >
ArrowFunction[In, Yield] :
ArrowParameters[?Yield] [no LineTerminator here] => ConciseBody[?In]
No parens around ArrowParameters
negative:
phase: parse
type: SyntaxError
---*/
$DONOTEVALUATE();
var af = x
=> {};