summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/expressions/arrow-function/arrow/concisebody-lookahead-assignmentexpression-1.js
blob: 8df3661ffa2289d711acbf9c38ca793de341017c (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2015 Microsoft Corporation. All rights reserved.
// This code is governed by the license found in the LICENSE file.

/*---
description: "ConciseBody :[lookahead { { }] AssignmentExpression"
es6id: 14.2
---*/

x => x => x

reportCompare(0, 0);