@@ -60,7 +60,7 @@ declare type current_as_old_for_Class_Buffer = requireAssignableTo<TypeOnly<curr
6060 * typeValidation.broken:
6161 * "Class_Deferred": {"forwardCompat": false}
6262 */
63- declare type old_as_current_for_Class_Deferred = requireAssignableTo < TypeOnly < old . Deferred < any > > , TypeOnly < current . Deferred < any > > >
63+ declare type old_as_current_for_Class_Deferred = requireAssignableTo < TypeOnly < old . Deferred < never > > , TypeOnly < current . Deferred < never > > >
6464
6565/*
6666 * Validate backward compatibility by using the current type in place of the old type.
@@ -69,7 +69,7 @@ declare type old_as_current_for_Class_Deferred = requireAssignableTo<TypeOnly<ol
6969 * typeValidation.broken:
7070 * "Class_Deferred": {"backCompat": false}
7171 */
72- declare type current_as_old_for_Class_Deferred = requireAssignableTo < TypeOnly < current . Deferred < any > > , TypeOnly < old . Deferred < any > > >
72+ declare type current_as_old_for_Class_Deferred = requireAssignableTo < TypeOnly < current . Deferred < never > > , TypeOnly < old . Deferred < never > > >
7373
7474/*
7575 * Validate forward compatibility by using the old type in place of the current type.
@@ -98,7 +98,7 @@ declare type current_as_old_for_Class_EventForwarder = requireAssignableTo<TypeO
9898 * typeValidation.broken:
9999 * "Class_Heap": {"forwardCompat": false}
100100 */
101- declare type old_as_current_for_Class_Heap = requireAssignableTo < TypeOnly < old . Heap < any > > , TypeOnly < current . Heap < any > > >
101+ declare type old_as_current_for_Class_Heap = requireAssignableTo < TypeOnly < old . Heap < never > > , TypeOnly < current . Heap < never > > >
102102
103103/*
104104 * Validate backward compatibility by using the current type in place of the old type.
@@ -107,7 +107,7 @@ declare type old_as_current_for_Class_Heap = requireAssignableTo<TypeOnly<old.He
107107 * typeValidation.broken:
108108 * "Class_Heap": {"backCompat": false}
109109 */
110- declare type current_as_old_for_Class_Heap = requireAssignableTo < TypeOnly < current . Heap < any > > , TypeOnly < old . Heap < any > > >
110+ declare type current_as_old_for_Class_Heap = requireAssignableTo < TypeOnly < current . Heap < never > > , TypeOnly < old . Heap < never > > >
111111
112112/*
113113 * Validate forward compatibility by using the old type in place of the current type.
@@ -116,7 +116,7 @@ declare type current_as_old_for_Class_Heap = requireAssignableTo<TypeOnly<curren
116116 * typeValidation.broken:
117117 * "Class_Lazy": {"forwardCompat": false}
118118 */
119- declare type old_as_current_for_Class_Lazy = requireAssignableTo < TypeOnly < old . Lazy < any > > , TypeOnly < current . Lazy < any > > >
119+ declare type old_as_current_for_Class_Lazy = requireAssignableTo < TypeOnly < old . Lazy < never > > , TypeOnly < current . Lazy < never > > >
120120
121121/*
122122 * Validate backward compatibility by using the current type in place of the old type.
@@ -125,7 +125,7 @@ declare type old_as_current_for_Class_Lazy = requireAssignableTo<TypeOnly<old.La
125125 * typeValidation.broken:
126126 * "Class_Lazy": {"backCompat": false}
127127 */
128- declare type current_as_old_for_Class_Lazy = requireAssignableTo < TypeOnly < current . Lazy < any > > , TypeOnly < old . Lazy < any > > >
128+ declare type current_as_old_for_Class_Lazy = requireAssignableTo < TypeOnly < current . Lazy < never > > , TypeOnly < old . Lazy < never > > >
129129
130130/*
131131 * Validate forward compatibility by using the old type in place of the current type.
@@ -134,7 +134,7 @@ declare type current_as_old_for_Class_Lazy = requireAssignableTo<TypeOnly<curren
134134 * typeValidation.broken:
135135 * "Class_LazyPromise": {"forwardCompat": false}
136136 */
137- declare type old_as_current_for_Class_LazyPromise = requireAssignableTo < TypeOnly < old . LazyPromise < any > > , TypeOnly < current . LazyPromise < any > > >
137+ declare type old_as_current_for_Class_LazyPromise = requireAssignableTo < TypeOnly < old . LazyPromise < never > > , TypeOnly < current . LazyPromise < never > > >
138138
139139/*
140140 * Validate backward compatibility by using the current type in place of the old type.
@@ -143,7 +143,7 @@ declare type old_as_current_for_Class_LazyPromise = requireAssignableTo<TypeOnly
143143 * typeValidation.broken:
144144 * "Class_LazyPromise": {"backCompat": false}
145145 */
146- declare type current_as_old_for_Class_LazyPromise = requireAssignableTo < TypeOnly < current . LazyPromise < any > > , TypeOnly < old . LazyPromise < any > > >
146+ declare type current_as_old_for_Class_LazyPromise = requireAssignableTo < TypeOnly < current . LazyPromise < never > > , TypeOnly < old . LazyPromise < never > > >
147147
148148/*
149149 * Validate forward compatibility by using the old type in place of the current type.
@@ -152,7 +152,7 @@ declare type current_as_old_for_Class_LazyPromise = requireAssignableTo<TypeOnly
152152 * typeValidation.broken:
153153 * "Class_PromiseCache": {"forwardCompat": false}
154154 */
155- declare type old_as_current_for_Class_PromiseCache = requireAssignableTo < TypeOnly < old . PromiseCache < any , any > > , TypeOnly < current . PromiseCache < any , any > > >
155+ declare type old_as_current_for_Class_PromiseCache = requireAssignableTo < TypeOnly < old . PromiseCache < never , never > > , TypeOnly < current . PromiseCache < never , never > > >
156156
157157/*
158158 * Validate backward compatibility by using the current type in place of the old type.
@@ -161,7 +161,7 @@ declare type old_as_current_for_Class_PromiseCache = requireAssignableTo<TypeOnl
161161 * typeValidation.broken:
162162 * "Class_PromiseCache": {"backCompat": false}
163163 */
164- declare type current_as_old_for_Class_PromiseCache = requireAssignableTo < TypeOnly < current . PromiseCache < any , any > > , TypeOnly < old . PromiseCache < any , any > > >
164+ declare type current_as_old_for_Class_PromiseCache = requireAssignableTo < TypeOnly < current . PromiseCache < never , never > > , TypeOnly < old . PromiseCache < never , never > > >
165165
166166/*
167167 * Validate forward compatibility by using the old type in place of the current type.
@@ -280,7 +280,7 @@ declare type current_as_old_for_Class_Trace = requireAssignableTo<TypeOnly<curre
280280 * typeValidation.broken:
281281 * "Class_TypedEventEmitter": {"forwardCompat": false}
282282 */
283- declare type old_as_current_for_Class_TypedEventEmitter = requireAssignableTo < TypeOnly < old . TypedEventEmitter < any > > , TypeOnly < current . TypedEventEmitter < any > > >
283+ declare type old_as_current_for_Class_TypedEventEmitter = requireAssignableTo < TypeOnly < old . TypedEventEmitter < never > > , TypeOnly < current . TypedEventEmitter < never > > >
284284
285285/*
286286 * Validate backward compatibility by using the current type in place of the old type.
@@ -289,7 +289,7 @@ declare type old_as_current_for_Class_TypedEventEmitter = requireAssignableTo<Ty
289289 * typeValidation.broken:
290290 * "Class_TypedEventEmitter": {"backCompat": false}
291291 */
292- declare type current_as_old_for_Class_TypedEventEmitter = requireAssignableTo < TypeOnly < current . TypedEventEmitter < any > > , TypeOnly < old . TypedEventEmitter < any > > >
292+ declare type current_as_old_for_Class_TypedEventEmitter = requireAssignableTo < TypeOnly < current . TypedEventEmitter < never > > , TypeOnly < old . TypedEventEmitter < never > > >
293293
294294/*
295295 * Validate backward compatibility by using the current type in place of the old type.
@@ -526,7 +526,7 @@ declare type current_as_old_for_Function_unreachableCase = requireAssignableTo<T
526526 * typeValidation.broken:
527527 * "Interface_IComparer": {"forwardCompat": false}
528528 */
529- declare type old_as_current_for_Interface_IComparer = requireAssignableTo < TypeOnly < old . IComparer < any > > , TypeOnly < current . IComparer < any > > >
529+ declare type old_as_current_for_Interface_IComparer = requireAssignableTo < TypeOnly < old . IComparer < never > > , TypeOnly < current . IComparer < never > > >
530530
531531/*
532532 * Validate backward compatibility by using the current type in place of the old type.
@@ -535,7 +535,7 @@ declare type old_as_current_for_Interface_IComparer = requireAssignableTo<TypeOn
535535 * typeValidation.broken:
536536 * "Interface_IComparer": {"backCompat": false}
537537 */
538- declare type current_as_old_for_Interface_IComparer = requireAssignableTo < TypeOnly < current . IComparer < any > > , TypeOnly < old . IComparer < any > > >
538+ declare type current_as_old_for_Interface_IComparer = requireAssignableTo < TypeOnly < current . IComparer < never > > , TypeOnly < old . IComparer < never > > >
539539
540540/*
541541 * Validate forward compatibility by using the old type in place of the current type.
@@ -544,7 +544,7 @@ declare type current_as_old_for_Interface_IComparer = requireAssignableTo<TypeOn
544544 * typeValidation.broken:
545545 * "Interface_IHeapNode": {"forwardCompat": false}
546546 */
547- declare type old_as_current_for_Interface_IHeapNode = requireAssignableTo < TypeOnly < old . IHeapNode < any > > , TypeOnly < current . IHeapNode < any > > >
547+ declare type old_as_current_for_Interface_IHeapNode = requireAssignableTo < TypeOnly < old . IHeapNode < never > > , TypeOnly < current . IHeapNode < never > > >
548548
549549/*
550550 * Validate backward compatibility by using the current type in place of the old type.
@@ -553,7 +553,7 @@ declare type old_as_current_for_Interface_IHeapNode = requireAssignableTo<TypeOn
553553 * typeValidation.broken:
554554 * "Interface_IHeapNode": {"backCompat": false}
555555 */
556- declare type current_as_old_for_Interface_IHeapNode = requireAssignableTo < TypeOnly < current . IHeapNode < any > > , TypeOnly < old . IHeapNode < any > > >
556+ declare type current_as_old_for_Interface_IHeapNode = requireAssignableTo < TypeOnly < current . IHeapNode < never > > , TypeOnly < old . IHeapNode < never > > >
557557
558558/*
559559 * Validate forward compatibility by using the old type in place of the current type.
@@ -760,7 +760,7 @@ declare type current_as_old_for_TypeAlias_PromiseCacheExpiry = requireAssignable
760760 * typeValidation.broken:
761761 * "TypeAlias_TypedEventTransform": {"forwardCompat": false}
762762 */
763- declare type old_as_current_for_TypeAlias_TypedEventTransform = requireAssignableTo < TypeOnly < old . TypedEventTransform < any , any > > , TypeOnly < current . TypedEventTransform < any , any > > >
763+ declare type old_as_current_for_TypeAlias_TypedEventTransform = requireAssignableTo < TypeOnly < old . TypedEventTransform < never , never > > , TypeOnly < current . TypedEventTransform < never , never > > >
764764
765765/*
766766 * Validate backward compatibility by using the current type in place of the old type.
@@ -769,7 +769,7 @@ declare type old_as_current_for_TypeAlias_TypedEventTransform = requireAssignabl
769769 * typeValidation.broken:
770770 * "TypeAlias_TypedEventTransform": {"backCompat": false}
771771 */
772- declare type current_as_old_for_TypeAlias_TypedEventTransform = requireAssignableTo < TypeOnly < current . TypedEventTransform < any , any > > , TypeOnly < old . TypedEventTransform < any , any > > >
772+ declare type current_as_old_for_TypeAlias_TypedEventTransform = requireAssignableTo < TypeOnly < current . TypedEventTransform < never , never > > , TypeOnly < old . TypedEventTransform < never , never > > >
773773
774774/*
775775 * Validate backward compatibility by using the current type in place of the old type.
0 commit comments