TypeScript/tests/baselines/reference/classWithSemicolonClassElementES61.symbols

7 lines
182 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/classDeclaration/classWithSemicolonClassElementES61.ts ===
class C {
>C : Symbol(C, Decl(classWithSemicolonClassElementES61.ts, 0, 0))
;
}