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