@@ -21,7 +21,7 @@ dissallowSymbolAsWeakType.ts(8,12): error TS2769: No overload matches this call.
21
21
Type '[symbol, false]' is not assignable to type 'readonly [object, boolean]'.
22
22
Type at position 0 in source is not compatible with type at position 0 in target.
23
23
Type 'symbol' is not assignable to type 'object'.
24
- Overload 2 of 2, '(entries?: readonly [object, boolean][]): WeakMap<object, boolean>', gave the following error.
24
+ Overload 2 of 2, '(entries?: readonly (readonly [object, boolean]) []): WeakMap<object, boolean>', gave the following error.
25
25
Type 'symbol' is not assignable to type 'object'.
26
26
dissallowSymbolAsWeakType.ts(9,8): error TS2345: Argument of type 'symbol' is not assignable to parameter of type 'object'.
27
27
dissallowSymbolAsWeakType.ts(10,8): error TS2345: Argument of type 'symbol' is not assignable to parameter of type 'object'.
@@ -69,7 +69,7 @@ dissallowSymbolAsWeakType.ts(19,14): error TS2345: Argument of type 'symbol' is
69
69
!!! error TS2769: Type '[symbol, false]' is not assignable to type 'readonly [object, boolean]'.
70
70
!!! error TS2769: Type at position 0 in source is not compatible with type at position 0 in target.
71
71
!!! error TS2769: Type 'symbol' is not assignable to type 'object'.
72
- !!! error TS2769: Overload 2 of 2, '(entries?: readonly [object, boolean][]): WeakMap<object, boolean>', gave the following error.
72
+ !!! error TS2769: Overload 2 of 2, '(entries?: readonly (readonly [object, boolean]) []): WeakMap<object, boolean>', gave the following error.
73
73
!!! error TS2769: Type 'symbol' is not assignable to type 'object'.
74
74
wm.set(s, true);
75
75
~
0 commit comments