@@ -45,8 +45,8 @@ module TypeScript {
45
45
> : ^^^
46
46
47
47
public toString<A,B,C>(scopeSymbol?: PullSymbol, useConstraintInName?: boolean) {
48
- >toString : <A, B, C>(scopeSymbol?: any , useConstraintInName?: boolean) => any
49
- > : ^^^^^^^^^^ ^^^^^^ ^^ ^^^ ^^^^^^^^
48
+ >toString : <A, B, C>(scopeSymbol?: PullSymbol , useConstraintInName?: boolean) => any
49
+ > : ^^^^^^^^^^ ^^^ ^^ ^^^ ^^^^^^^^
50
50
>scopeSymbol : any
51
51
> : ^^^
52
52
>useConstraintInName : boolean
@@ -61,12 +61,12 @@ module TypeScript {
61
61
> : ^^^
62
62
>this.getScopedNameEx(scopeSymbol, useConstraintInName) : any
63
63
> : ^^^
64
- >this.getScopedNameEx : <A_1, B_1, C_1>(scopeSymbol?: any , useConstraintInName?: boolean, getPrettyTypeName?: boolean, getTypeParamMarkerInfo?: boolean) => any
65
- > : ^^^^^^^^^^^^^^^^ ^^^^^^ ^^ ^^^ ^^ ^^^ ^^ ^^^ ^^^^^^^^
64
+ >this.getScopedNameEx : <A_1, B_1, C_1>(scopeSymbol?: PullSymbol , useConstraintInName?: boolean, getPrettyTypeName?: boolean, getTypeParamMarkerInfo?: boolean) => any
65
+ > : ^^^^^^^^^^^^^^^^ ^^^ ^^ ^^^ ^^ ^^^ ^^ ^^^ ^^^^^^^^
66
66
>this : this
67
67
> : ^^^^
68
- >getScopedNameEx : <A_1, B_1, C_1>(scopeSymbol?: any , useConstraintInName?: boolean, getPrettyTypeName?: boolean, getTypeParamMarkerInfo?: boolean) => any
69
- > : ^^^^^^^^^^^^^^^^ ^^^^^^ ^^ ^^^ ^^ ^^^ ^^ ^^^ ^^^^^^^^
68
+ >getScopedNameEx : <A_1, B_1, C_1>(scopeSymbol?: PullSymbol , useConstraintInName?: boolean, getPrettyTypeName?: boolean, getTypeParamMarkerInfo?: boolean) => any
69
+ > : ^^^^^^^^^^^^^^^^ ^^^ ^^ ^^^ ^^ ^^^ ^^ ^^^ ^^^^^^^^
70
70
>scopeSymbol : any
71
71
> : ^^^
72
72
>useConstraintInName : boolean
@@ -79,8 +79,8 @@ module TypeScript {
79
79
> : ^^^
80
80
}
81
81
public getScopedNameEx<A,B,C>(scopeSymbol?: PullSymbol, useConstraintInName?: boolean, getPrettyTypeName?: boolean, getTypeParamMarkerInfo?: boolean) {
82
- >getScopedNameEx : <A, B, C>(scopeSymbol?: any , useConstraintInName?: boolean, getPrettyTypeName?: boolean, getTypeParamMarkerInfo?: boolean) => any
83
- > : ^^^^^^^^^^ ^^^^^^ ^^ ^^^ ^^ ^^^ ^^ ^^^ ^^^^^^^^
82
+ >getScopedNameEx : <A, B, C>(scopeSymbol?: PullSymbol , useConstraintInName?: boolean, getPrettyTypeName?: boolean, getTypeParamMarkerInfo?: boolean) => any
83
+ > : ^^^^^^^^^^ ^^^ ^^ ^^^ ^^ ^^^ ^^ ^^^ ^^^^^^^^
84
84
>scopeSymbol : any
85
85
> : ^^^
86
86
>useConstraintInName : boolean
0 commit comments