File: bpSpan_classAmbient.baseline

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 (31 lines) | stat: -rw-r--r-- 1,212 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

1  >declare class Greeter {

    ~~~~~~~~~~~~~~~~~~~~~~~~                      => Pos: (0 to 23)  SpanInfo: undefined
--------------------------------
2  >    public greeting: string;

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                 => Pos: (24 to 52)  SpanInfo: undefined
--------------------------------
3  >    constructor(greeting: string, ...b: string[]);

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=> Pos: (53 to 103)  SpanInfo: undefined
--------------------------------
4  >    greet(): string;

    ~~~~~~~~~~~~~~~~~~~~~                         => Pos: (104 to 124)  SpanInfo: undefined
--------------------------------
5  >    private val;

    ~~~~~~~~~~~~~~~~~                             => Pos: (125 to 141)  SpanInfo: undefined
--------------------------------
6  >    static x: number;

    ~~~~~~~~~~~~~~~~~~~~~~                        => Pos: (142 to 163)  SpanInfo: undefined
--------------------------------
7  >    static fn(a: number, ...b:string[]);

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     => Pos: (164 to 204)  SpanInfo: undefined
--------------------------------
8  >}
    ~                                             => Pos: (205 to 205)  SpanInfo: undefined