swc/crates/swc_ecma_parser/tests/tsc/parserFunctionDeclaration6.ts

4 lines
46 B
TypeScript

{
function foo();
function bar() { }
}