TypeScript/tests/cases/conformance/es6/Symbols/symbolProperty59.ts
2015-02-10 16:13:28 -08:00

4 lines
62 B
TypeScript

//@target: ES6
interface I {
[Symbol.keyFor]: string;
}