mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Update baselines after cherry-pick to 2.0.5
This commit is contained in:
@@ -53,4 +53,4 @@ tests/cases/compiler/enumAssignmentCompat.ts(33,5): error TS2322: Type 'number'
|
||||
var i: W = W.a;
|
||||
i = W.a;
|
||||
W.D;
|
||||
var p: W.D;
|
||||
var p: W.D;
|
||||
@@ -52,4 +52,4 @@ tests/cases/compiler/enumAssignmentCompat2.ts(32,5): error TS2322: Type 'number'
|
||||
var i: W = W.a;
|
||||
i = W.a;
|
||||
W.D;
|
||||
var p: W.D;
|
||||
var p: W.D;
|
||||
@@ -1,8 +1,8 @@
|
||||
=== tests/cases/compiler/numberAssignableToEnumInsideUnion.ts ===
|
||||
enum E { A, B }
|
||||
>E : E
|
||||
>A : E.A
|
||||
>B : E.B
|
||||
>A : E
|
||||
>B : E
|
||||
|
||||
let n: number;
|
||||
>n : number
|
||||
|
||||
Reference in New Issue
Block a user