File: parser553699.symbols

package info (click to toggle)
node-typescript 3.3.3333-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324,548 kB
  • sloc: makefile: 6; sh: 3
file content (17 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
=== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser553699.ts ===
class Foo {
>Foo : Symbol(Foo, Decl(parser553699.ts, 0, 0))

  constructor() { }
  public banana (x: public) { }
>banana : Symbol(Foo.banana, Decl(parser553699.ts, 1, 19))
>x : Symbol(x, Decl(parser553699.ts, 2, 17))
}

class Bar {
>Bar : Symbol(Bar, Decl(parser553699.ts, 3, 1))

  constructor(c: Bar) { }
>c : Symbol(c, Decl(parser553699.ts, 6, 14))
>Bar : Symbol(Bar, Decl(parser553699.ts, 3, 1))
}