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