• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// [source.js]
2/*@before*/
3function f1() { }
4//@after
5var c = /** @class */ (function () {
6    function c() {
7    }
8    return c;
9}());
10(function () { });
11//@after
12var e;
13(function (e) {
14})(e || (e = {}));
15// leading
16/*@before*/
17function f2() { } // trailing
18