DEBSOURCES
Skip Quicknav
sources / node-typescript / 4.9.5%2Bds1-2 / tests / cases / compiler / blockScopedFunctionDeclarationInStrictModule.ts
12345678
// @target: ES5 // @module: amd if (true) { function foo() { } foo(); // ok } export = foo; // not ok