TypeScript/tests/baselines/reference/classWithSemicolonClassElement2.symbols
2015-04-15 16:44:20 -07:00

8 lines
188 B
Plaintext

=== tests/cases/conformance/classes/classDeclarations/classWithSemicolonClassElement2.ts ===
class C {
>C : Symbol(C, Decl(classWithSemicolonClassElement2.ts, 0, 0))
;
;
}