mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
accept new baseline
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user