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