mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-14 07:02:44 -05:00
Accept new baselines
This commit is contained in:
@@ -208,7 +208,7 @@ function testExtendsUnion<T extends Basic>(x: T) {
|
||||
assertAll(x);
|
||||
>assertAll(x) : Basic
|
||||
>assertAll : (x: Basic) => Basic
|
||||
>x : T
|
||||
>x : never
|
||||
}
|
||||
|
||||
function testAny(x: any) {
|
||||
|
||||
Reference in New Issue
Block a user