blob: c1533356d451dce35cfdbc9bbb7518703a5cf0f1 [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]
negative:
phase: parse
type: SyntaxError
---*/
$DONOTEVALUATE();
var af = x
=> x;