Sign in
webkit
/
WebKit
/
8cd365e9845661229ee06dd3fb968eec4fdfdc8a
/
.
/
JSTests
/
test262
/
test
/
language
/
expressions
/
arrow-function
/
arrow
/
concisebody-lookahead-assignmentexpression-2.js
blob: a7beb6bf192414bf33071c0a049031f8a6346891 [
file
] [
log
] [
blame
]
// 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
=>
function
(){}