mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Update failing test baseline
This commit is contained in:
parent
1fce34be71
commit
b526aa3329
@ -43,7 +43,7 @@ export function speak<TPet extends Pet>(pet: TPet, voice: (pet: TPet) => string)
|
||||
throw new Error("Expected \"pet\" to be a Pet");
|
||||
>new Error("Expected \"pet\" to be a Pet") : Error
|
||||
>Error : ErrorConstructor
|
||||
>"Expected \"pet\" to be a Pet" : string
|
||||
>"Expected \"pet\" to be a Pet" : "Expected \"pet\" to be a Pet"
|
||||
}
|
||||
return voice(pet);
|
||||
>voice(pet) : string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user