TypeScript/tests/baselines/reference/randomSemicolons1.types
2014-08-15 14:37:48 -07:00

8 lines
89 B
Plaintext

=== tests/cases/compiler/randomSemicolons1.ts ===
; ;
var a = 1;
>a : number
;