TypeScript/tests/cases/compiler/functionWithDefaultParameterWithNoStatements10.ts

4 lines
55 B
TypeScript

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