TypeScript/tests/baselines/reference/parser509668.symbols

9 lines
288 B
Text
Raw Normal View History

=== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509668.ts ===
class Foo3 {
>Foo3 : Symbol(Foo3, Decl(parser509668.ts, 0, 0))
// Doesn't work, but should
constructor (public ...args: string[]) { }
>args : Symbol(Foo3.args, Decl(parser509668.ts, 2, 15))
}