Sign in
webkit
/
WebKit
/
74a70b4650fbd719ba3c83ed49ad2fe62a266972
/
.
/
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