Skip to content

Commit 9466025

Browse files
committed
Accept new baselines
1 parent 8cbf694 commit 9466025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/narrowingByTypeofInSwitch.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ function testExtendsUnion<T extends Basic>(x: T) {
208208
assertAll(x);
209209
>assertAll(x) : Basic
210210
>assertAll : (x: Basic) => Basic
211-
>x : never
211+
>x : T
212212
}
213213

214214
function testAny(x: any) {

0 commit comments

Comments
 (0)