mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-07 17:29:36 -05:00
Update baselines
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
=== tests/cases/compiler/numberAssignableToEnumInsideUnion.ts ===
|
||||
enum E { A, B }
|
||||
>E : E
|
||||
>A : E
|
||||
>B : E
|
||||
>A : E.A
|
||||
>B : E.B
|
||||
|
||||
let n: number;
|
||||
>n : number
|
||||
|
||||
Reference in New Issue
Block a user