DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-1~bpo8%2B1 / tests / baselines / reference / exportInFunction.js
123456789
//// [exportInFunction.ts] function f() { export = 0; //// [exportInFunction.js] function f() { export = 0; }