From dc765b8b5af963f7e7fd7eeb7a4c85cdc375a8f6 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Tue, 8 Dec 2015 17:55:05 -0800 Subject: [PATCH] accept new baseline --- tests/baselines/reference/unionAndIntersectionInference1.types | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/baselines/reference/unionAndIntersectionInference1.types b/tests/baselines/reference/unionAndIntersectionInference1.types index 3de2514a2fa..073a677b659 100644 --- a/tests/baselines/reference/unionAndIntersectionInference1.types +++ b/tests/baselines/reference/unionAndIntersectionInference1.types @@ -130,7 +130,7 @@ function baz1(value: void|a): void { >a : a if (isNonVoid(value)) { ->isNonVoid(value) : value is {} +>isNonVoid(value) : value is a >isNonVoid : (value: void | a) => value is a >value : void | a