DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / baselines / reference / enumWithInfinityProperty.types
123456789
=== tests/cases/compiler/enumWithInfinityProperty.ts === enum A { >A : A Infinity = 1 >Infinity : A.Infinity >1 : 1 }