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