File: getOccurrencesPrivate2.baseline.jsonc

package info (click to toggle)
node-typescript 5.1.6%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 492,516 kB
  • sloc: javascript: 2,078,951; makefile: 6; sh: 1
file content (31 lines) | stat: -rw-r--r-- 1,014 bytes parent folder | download
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
// === documentHighlights ===
// === /tests/cases/fourslash/getOccurrencesPrivate2.ts ===
// --- (line: 37) skipped ---
// 
//         export class C2 {
//             public pub1;
//             /*HIGHLIGHTS*/[|{| kind: "none" |}private|] priv1;
//             protected prot1;
// 
//             protected constructor(public public, protected protected, [|{| kind: "none" |}private|] private) {
//                 public = private = protected;
//             }
//         }
// --- (line: 48) skipped ---



// === documentHighlights ===
// === /tests/cases/fourslash/getOccurrencesPrivate2.ts ===
// --- (line: 37) skipped ---
// 
//         export class C2 {
//             public pub1;
//             [|{| kind: "none" |}private|] priv1;
//             protected prot1;
// 
//             protected constructor(public public, protected protected, /*HIGHLIGHTS*/[|{| kind: "none" |}private|] private) {
//                 public = private = protected;
//             }
//         }
// --- (line: 48) skipped ---