TypeScript/tests/baselines/reference/es5ExportDefaultClassDeclaration.types

10 lines
269 B
Text
Raw Normal View History

2015-03-13 01:14:33 +01:00
=== tests/cases/compiler/es5ExportDefaultClassDeclaration.ts ===
export default class C {
>C : C, Symbol(C,Decl(es5ExportDefaultClassDeclaration.ts,0,0))
2015-03-13 01:14:33 +01:00
method() { }
>method : () => void, Symbol(method,Decl(es5ExportDefaultClassDeclaration.ts,1,24))
2015-03-13 01:14:33 +01:00
}