TypeScript/tests/baselines/reference/parserVariableStatement1.d.errors.txt
2014-07-12 17:30:19 -07:00

6 lines
280 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/Statements/parserVariableStatement1.d.ts (2 errors) ====
var v = 1;
~~~
!!! A 'declare' modifier is required for a top level declaration in a .d.ts file.
~
!!! Initializers are not allowed in ambient contexts.