TypeScript/tests/baselines/reference/parserSymbolProperty4.types

10 lines
225 B
Plaintext
Raw Normal View History

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