TypeScript/tests/baselines/reference/es5ExportDefaultClassDeclaration2.symbols

8 lines
193 B
Plaintext
Raw Normal View History

=== tests/cases/compiler/es5ExportDefaultClassDeclaration2.ts ===
export default class {
method() { }
>method : Symbol(method, Decl(es5ExportDefaultClassDeclaration2.ts, 1, 22))
}