TypeScript/tests/baselines/reference/parser509618.errors.txt
2014-09-12 13:35:07 -07:00

10 lines
409 B
Plaintext

tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509618.ts(2,20): error TS1036: Statements are not allowed in ambient contexts.
==== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509618.ts (1 errors) ====
declare module ambiModule {
interface i1 { };
~
!!! error TS1036: Statements are not allowed in ambient contexts.
}