File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
tests/baselines/reference Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
=== tests/cases/conformance/salsa/a.js ===
2
2
// #24131
3
3
const a = {};
4
- >a : { [x: string]: any; d: typeof d ; }
5
- >{} : { [x: string]: any; d: typeof d ; }
4
+ >a : { [x: string]: any; d: typeof (Anonymous function) ; }
5
+ >{} : { [x: string]: any; d: typeof (Anonymous function) ; }
6
6
7
7
a.d = function() {};
8
- >a.d = function() {} : typeof d
9
- >a.d : typeof d
10
- >a : { [x: string]: any; d: typeof d ; }
11
- >d : typeof d
12
- >function() {} : typeof d
8
+ >a.d = function() {} : typeof (Anonymous function)
9
+ >a.d : typeof (Anonymous function)
10
+ >a : { [x: string]: any; d: typeof (Anonymous function) ; }
11
+ >d : typeof (Anonymous function)
12
+ >function() {} : typeof (Anonymous function)
13
13
14
14
=== tests/cases/conformance/salsa/b.js ===
15
15
a.d.prototype = {};
16
16
>a.d.prototype = {} : { [x: string]: any; }
17
17
>a.d.prototype : { [x: string]: any; }
18
- >a.d : typeof d
19
- >a : { [x: string]: any; d: typeof d ; }
20
- >d : typeof d
18
+ >a.d : typeof (Anonymous function)
19
+ >a : { [x: string]: any; d: typeof (Anonymous function) ; }
20
+ >d : typeof (Anonymous function)
21
21
>prototype : { [x: string]: any; }
22
22
>{} : { [x: string]: any; }
23
23
You can’t perform that action at this time.
0 commit comments