Skip to content

Commit 51dcce2

Browse files
committed
Accept new baselines
1 parent 0060964 commit 51dcce2

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 : T
211+
>x : never
212212
}
213213

214214
function testAny(x: any) {

0 commit comments

Comments
 (0)