TypeScript/tests/baselines/reference/symbolProperty37.symbols
2017-11-09 16:01:33 -08:00

14 lines
838 B
Text

=== tests/cases/conformance/es6/Symbols/symbolProperty37.ts ===
interface I {
>I : Symbol(I, Decl(symbolProperty37.ts, 0, 0))
[Symbol.isConcatSpreadable]: string;
>Symbol.isConcatSpreadable : Symbol(SymbolConstructor.isConcatSpreadable, Decl(lib.es6.d.ts, --, --))
>Symbol : Symbol(Symbol, Decl(lib.es6.d.ts, --, --), Decl(lib.es6.d.ts, --, --), Decl(lib.es6.d.ts, --, --))
>isConcatSpreadable : Symbol(SymbolConstructor.isConcatSpreadable, Decl(lib.es6.d.ts, --, --))
[Symbol.isConcatSpreadable]: string;
>Symbol.isConcatSpreadable : Symbol(SymbolConstructor.isConcatSpreadable, Decl(lib.es6.d.ts, --, --))
>Symbol : Symbol(Symbol, Decl(lib.es6.d.ts, --, --), Decl(lib.es6.d.ts, --, --), Decl(lib.es6.d.ts, --, --))
>isConcatSpreadable : Symbol(SymbolConstructor.isConcatSpreadable, Decl(lib.es6.d.ts, --, --))
}