Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
es6
/
class_class_expression.js
blob: b9beb3902632642c08c4d4dd7a67117fae17874c [
file
] [
edit
]
function
test
()
{
return
typeof
class
C
{}
===
"function"
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);