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