haikuwebkit/LayoutTests/js/arrowfunction-typeof-expect...

9 lines
220 B
Plaintext

PASS typeof af1 === 'function' is true
PASS typeof af2 === 'function' is true
PASS typeof (()=>{}) === 'function' is true
PASS typeof ((b) => {b + 1})==='function' is true
PASS successfullyParsed is true
TEST COMPLETE