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