TypeScript/tests/cases/compiler/functionWithDefaultParameterWithNoStatements7.ts

4 lines
59 B
TypeScript

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