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