concisebody-lookahead-assignmentexpression-1.js (265B)
1 // Copyright 2015 Microsoft Corporation. All rights reserved. 2 // This code is governed by the license found in the LICENSE file. 3 4 /*--- 5 description: "ConciseBody :[lookahead { { }] AssignmentExpression" 6 es6id: 14.2 7 ---*/ 8 9 x => x => x 10 11 reportCompare(0, 0);