Accept new baselines

This commit is contained in:
Anders Hejlsberg 2018-11-08 17:59:39 +01:00
parent 55da2b9669
commit a8c4e6f83c

View file

@ -26,16 +26,16 @@ let x04: A & B & C;
>x04 : A & B
let x05: string & C;
>x05 : string & {}
>x05 : string & C
let x06: C & string;
>x06 : string & {}
>x06 : C & string
let x07: C;
>x07 : C
let x08: C & {};
>x08 : {}
>x08 : C
let x09: {} & A & {} & B & {} & C & {};
>x09 : A & B