TypeScript/tests/baselines/reference/ambientErrors1.errors.txt
2014-11-18 22:37:31 -08:00

7 lines
288 B
Plaintext

tests/cases/compiler/ambientErrors1.ts(1,15): error TS1039: Initializers are not allowed in ambient contexts.
==== tests/cases/compiler/ambientErrors1.ts (1 errors) ====
declare var x = 4;
~
!!! error TS1039: Initializers are not allowed in ambient contexts.