TypeScript/tests/cases/compiler/functionWithDefaultParameterWithNoStatements4.ts

4 lines
53 B
TypeScript

function foo(a = ``) { }
function bar(a = ``) {
}