Sign in
webkit
/
WebKit
/
c6951ff6f7d972427c05df8e7c39e3f2d74bf29c
/
.
/
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"
);