Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
85094e480656d8aa04a2ead240dbca8bb3e3557f
/
.
/
internal
/
node
/
test
/
terser_input.js
blob: c82df82a3e6891f1fb3f75e1b2856eca8fc36b56 [
file
]
class
A
{
doThing
()
{
console
.
error
(
'thing'
);
}
}