TypeScript/tests/cases/conformance/es6/Symbols/symbolDeclarationEmit6.ts

5 lines
96 B
TypeScript
Raw Normal View History

2015-02-07 05:49:58 +01:00
//@target: ES6
//@declaration: true
interface I {
[Symbol.isConcatSpreadable]: string;
}