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