Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
class-static-block-function-variable-declaration.js
blob: 87d528355f1214e54a48079e49ec21f9659e6956 [
file
] [
log
] [
blame
] [
edit
]
class
A1
{
static
{
var
B
;
function
C
()
{
}
}
}
class
A2
{
static
{
{
var
B
;
function
C
()
{
}
}
}
}
class
A3
{
static
{
var
B
;
function
B
()
{
}
}
}