TypeScript/tests/baselines/reference/functionWithDefaultParameterWithNoStatements1.symbols
2015-04-15 16:44:20 -07:00

6 lines
267 B
Plaintext

=== tests/cases/compiler/functionWithDefaultParameterWithNoStatements1.ts ===
function foo(x = 0) { }
>foo : Symbol(foo, Decl(functionWithDefaultParameterWithNoStatements1.ts, 0, 0))
>x : Symbol(x, Decl(functionWithDefaultParameterWithNoStatements1.ts, 0, 13))