TypeScript/tests/baselines/reference/parser509618.errors.txt

10 lines
409 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509618.ts(2,20): error TS1036: Statements are not allowed in ambient contexts.
2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509618.ts (1 errors) ====
declare module ambiModule {
interface i1 { };
~
!!! error TS1036: Statements are not allowed in ambient contexts.
2014-07-13 01:04:16 +02:00
}