Sign in
webkit
/
WebKit
/
72e32fd95a06250c9991a4bbd38557d77d441c76
/
.
/
JSTests
/
es6
/
class_class_statement.js
blob: c6ccc8038b01256551f3eab962300cda6aaffa1a [
file
] [
log
] [
blame
]
function
test
()
{
class
C
{}
return
typeof
C
===
"function"
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);