File: instantiateConstraintsToTypeArguments2.symbols

package info (click to toggle)
node-typescript 5.0.4%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 459,140 kB
  • sloc: javascript: 1,972,754; makefile: 6; sh: 1
file content (30 lines) | stat: -rw-r--r-- 2,010 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
=== tests/cases/compiler/instantiateConstraintsToTypeArguments2.ts ===
interface A<T extends A<T, S>, S extends A<T, S>> { }
>A : Symbol(A, Decl(instantiateConstraintsToTypeArguments2.ts, 0, 0))
>T : Symbol(T, Decl(instantiateConstraintsToTypeArguments2.ts, 0, 12))
>A : Symbol(A, Decl(instantiateConstraintsToTypeArguments2.ts, 0, 0))
>T : Symbol(T, Decl(instantiateConstraintsToTypeArguments2.ts, 0, 12))
>S : Symbol(S, Decl(instantiateConstraintsToTypeArguments2.ts, 0, 30))
>S : Symbol(S, Decl(instantiateConstraintsToTypeArguments2.ts, 0, 30))
>A : Symbol(A, Decl(instantiateConstraintsToTypeArguments2.ts, 0, 0))
>T : Symbol(T, Decl(instantiateConstraintsToTypeArguments2.ts, 0, 12))
>S : Symbol(S, Decl(instantiateConstraintsToTypeArguments2.ts, 0, 30))

interface B<T extends B<T, S>, S extends B<T, S>> extends A<B<T, S>, B<T, S>> { }
>B : Symbol(B, Decl(instantiateConstraintsToTypeArguments2.ts, 0, 53))
>T : Symbol(T, Decl(instantiateConstraintsToTypeArguments2.ts, 1, 12))
>B : Symbol(B, Decl(instantiateConstraintsToTypeArguments2.ts, 0, 53))
>T : Symbol(T, Decl(instantiateConstraintsToTypeArguments2.ts, 1, 12))
>S : Symbol(S, Decl(instantiateConstraintsToTypeArguments2.ts, 1, 30))
>S : Symbol(S, Decl(instantiateConstraintsToTypeArguments2.ts, 1, 30))
>B : Symbol(B, Decl(instantiateConstraintsToTypeArguments2.ts, 0, 53))
>T : Symbol(T, Decl(instantiateConstraintsToTypeArguments2.ts, 1, 12))
>S : Symbol(S, Decl(instantiateConstraintsToTypeArguments2.ts, 1, 30))
>A : Symbol(A, Decl(instantiateConstraintsToTypeArguments2.ts, 0, 0))
>B : Symbol(B, Decl(instantiateConstraintsToTypeArguments2.ts, 0, 53))
>T : Symbol(T, Decl(instantiateConstraintsToTypeArguments2.ts, 1, 12))
>S : Symbol(S, Decl(instantiateConstraintsToTypeArguments2.ts, 1, 30))
>B : Symbol(B, Decl(instantiateConstraintsToTypeArguments2.ts, 0, 53))
>T : Symbol(T, Decl(instantiateConstraintsToTypeArguments2.ts, 1, 12))
>S : Symbol(S, Decl(instantiateConstraintsToTypeArguments2.ts, 1, 30))