DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-1 / tests / baselines / reference / Protected1.js
12345678910
//// [Protected1.ts] protected class C { } //// [Protected1.js] var C = (function () { function C() { } return C; }());