From 01a33f707c3654ca1a3a2c00eca89aadf5af5e2f Mon Sep 17 00:00:00 2001 From: Anders Hejlsberg Date: Sat, 16 Jul 2016 07:47:03 -0700 Subject: [PATCH] Accept new baselines --- .../reference/unionTypeWithRecursiveSubtypeReduction1.types | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/baselines/reference/unionTypeWithRecursiveSubtypeReduction1.types b/tests/baselines/reference/unionTypeWithRecursiveSubtypeReduction1.types index caaa02b7b53..f609301c19c 100644 --- a/tests/baselines/reference/unionTypeWithRecursiveSubtypeReduction1.types +++ b/tests/baselines/reference/unionTypeWithRecursiveSubtypeReduction1.types @@ -39,7 +39,7 @@ var t: Class | Property; >Property : Property t.parent; ->t.parent : Namespace | Class +>t.parent : Namespace | Module | Class >t : Class | Property ->parent : Namespace | Class +>parent : Namespace | Module | Class