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