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