TypeScript/tests/baselines/reference/parserSymbolProperty5.types
2015-02-06 21:32:13 -08:00

10 lines
217 B
Plaintext

=== tests/cases/conformance/parser/ecmascript6/Symbols/parserSymbolProperty5.ts ===
class C {
>C : C
[Symbol.isRegExp]: string;
>Symbol.isRegExp : symbol
>Symbol : SymbolConstructor
>isRegExp : symbol
}