TypeScript/tests/cases/compiler/functionWithDefaultParameterWithNoStatements8.ts

4 lines
67 B
TypeScript

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