Sign in
cobalt
/
cobalt
/
096781d525600cf8575326ce7243690af361856d
/
.
/
third_party
/
v8
/
test
/
message
/
fail
/
class-fields-private-class-in-function.out
blob: 3d07d644d8682ad51a8a7bdbcfc4408745a78af2 [
file
] [
log
] [
blame
]
*%(
basename
)
s
:
10
:
SyntaxError
:
Private
field
'#b'
must be declared
in
an enclosing
class
getB
()
{
return
this
.#
b
;
}
^
SyntaxError
:
Private
field
'#b'
must be declared
in
an enclosing
class