DEBSOURCES
Skip Quicknav
sources / node-typescript / 4.9.5%2Bds1-2 / tests / baselines / reference / trailingCommasInGetter.types
123456789
=== tests/cases/conformance/es7/trailingCommasInGetter.ts === class X { >X : X get x(,) { return 0; } >x : number >0 : 0 }