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