1 2 3 4 5 6 7 8 9
|
=== tests/cases/conformance/es6/Symbols/symbolDeclarationEmit6.ts ===
interface I {
>I : Symbol(I, Decl(symbolDeclarationEmit6.ts, 0, 0))
[Symbol.isConcatSpreadable]: string;
>Symbol.isConcatSpreadable : Symbol(SymbolConstructor.isConcatSpreadable, Decl(lib.es2015.symbol.wellknown.d.ts, --, --))
>Symbol : Symbol(Symbol, Decl(lib.es2015.symbol.wellknown.d.ts, --, --), Decl(lib.es2015.symbol.d.ts, --, --), Decl(lib.es2015.symbol.d.ts, --, --))
>isConcatSpreadable : Symbol(SymbolConstructor.isConcatSpreadable, Decl(lib.es2015.symbol.wellknown.d.ts, --, --))
}
|