TypeScript/tests/cases/conformance/Symbols/ES5SymbolType1.ts

3 lines
45 B
TypeScript

//@target: ES5
var s: symbol;
s.toString();