Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
553ef27a6f754f59ba53400bd5ecc5cb0435aeef
/
.
/
packages
/
terser
/
test
/
args
/
input.js
blob: 63e0c071e7de6ea06905c5498a86233dc2cc5049 [
file
]
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
class
A
{
doThing
()
{
console
.
error
(
'thing'
);
}
}