TypeScript/tests/baselines/reference/commentsVariableStatement1.types

7 lines
105 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/commentsVariableStatement1.ts ===
/** Comment */
var v = 1;
>v : number