angular-cn/tools/symbol-extractor/symbol_extractor_spec/var_list.js

13 lines
300 B
JavaScript

/**
* @license
* Copyright Google LLC 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
*/
!function() {
'use strict';
var constant = 1, method = function() {}, clazz = class {};
}();