mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 20:51:43 -06:00
accept new baseline
This commit is contained in:
parent
b0bfa0f0dc
commit
dc765b8b5a
@ -130,7 +130,7 @@ function baz1<a>(value: void|a): void {
|
||||
>a : a
|
||||
|
||||
if (isNonVoid(value)) {
|
||||
>isNonVoid(value) : value is {}
|
||||
>isNonVoid(value) : value is a
|
||||
>isNonVoid : <a>(value: void | a) => value is a
|
||||
>value : void | a
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user