DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / baselines / reference / parser512084.js
12345678910
//// [parser512084.ts] class foo { //// [parser512084.js] var foo = /** @class */ (function () { function foo() { } return foo; }());