Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
JSTests
/
stress
/
arrow-function-syntax.js
blob: f45be75b050f6099737fc17fe41a889a51c04fa6 [
file
] [
log
] [
blame
]
checkScriptSyntax
(`()=>
42
`);
checkScriptSyntax
(`()=>
42
`);
checkScriptSyntax
(`()=>
42
//Hello`);
checkScriptSyntax
(`()=>
42
//Hello
`);