TypeScript/tests/cases/compiler/functionWithDefaultParameterWithNoStatements3.ts

4 lines
53 B
TypeScript

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