DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / cases / compiler / jsFileCompilationLetBeingRenamed.ts
123456789
// @allowJs: true // @out: out.js // @FileName: a.js function foo(a) { for (let a = 0; a < 10; a++) { // do something } }