TypeScript/tests/baselines/reference/parserSymbolProperty2.types
2015-04-15 16:44:20 -07:00

10 lines
232 B
Plaintext

=== tests/cases/conformance/parser/ecmascript6/Symbols/parserSymbolProperty2.ts ===
interface I {
>I : I
[Symbol.unscopables](): string;
>Symbol.unscopables : symbol
>Symbol : SymbolConstructor
>unscopables : symbol
}