DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.2.2-1 / tests / baselines / reference / Protected8.types
12345678910
//// [tests/cases/conformance/parser/ecmascript5/Protected/Protected8.ts] //// === Protected8.ts === interface I { protected >protected : any p >p : any }