Sign in
webkit
/
WebKit
/
e6e5341d629375fc8fb77929c93c5f711fd50f24
/
.
/
JSTests
/
es6
/
class_anonymous_class.js
blob: 761b5c6b9e32a822bb3cfddf03e16aa79aa7c7d8 [
file
] [
log
] [
blame
]
function
test
()
{
return
typeof
class
{}
===
"function"
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);