TypeScript/tests/baselines/reference/parserSymbolProperty5.types

10 lines
217 B
Plaintext
Raw Normal View History

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