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