mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Update baselines
This commit is contained in:
parent
0f1618106c
commit
b497cc5e4c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user