DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.0.4%2Bds1-2 / tests / baselines / reference / objectLiteralWithSemicolons4.types
123456789
=== tests/cases/compiler/objectLiteralWithSemicolons4.ts === var v = { >v : { a: any; } >{ a : { a: any; } a >a : any ;