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');
}
}