TypeScript/tests/cases/compiler/functionWithDefaultParameterWithNoStatements5.ts

4 lines
51 B
TypeScript

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