TypeScript/tests/baselines/reference/classExpression1.types

7 lines
155 B
Plaintext
Raw Normal View History

2015-06-18 22:56:21 +02:00
=== tests/cases/conformance/classes/classExpressions/classExpression1.ts ===
var v = class C {};
>v : typeof C
>class C {} : typeof C
>C : typeof C