blob: 27c3d9c70fb3e0f4b813116069abebc4ea4003f8 [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: SyntaxError
---*/
var af = x
=> {};