TypeScript/tests/baselines/reference/Protected8.types

9 lines
144 B
Plaintext

=== tests/cases/conformance/parser/ecmascript5/Protected/Protected8.ts ===
interface I {
protected
>protected : any
p
>p : any
}