TypeScript/tests/baselines/reference/es6ExportDefaultClassDeclaration2.types

8 lines
205 B
Plaintext
Raw Normal View History

2015-03-13 01:14:33 +01:00
=== tests/cases/compiler/es6ExportDefaultClassDeclaration2.ts ===
export default class {
method() { }
2015-04-13 23:01:57 +02:00
>method : () => void, Symbol(method, Decl(es6ExportDefaultClassDeclaration2.ts, 1, 22))
2015-03-13 01:14:33 +01:00
}