Sign in
webkit
/
WebKit
/
5969b6f1f74632b1546edb27bd956b187c2c3d52
/
.
/
LayoutTests
/
js
/
arrowfunction-associativity-2-expected.txt
blob: e621a99da91320f5370f52677e49b2347e01610f [
file
] [
log
] [
blame
]
Tests for ES6 arrow function nested declaration
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
af = a => b => a
PASS af('ABC')('DEF') is 'ABC'
PASS successfullyParsed is true
TEST COMPLETE