TypeScript/tests/baselines/reference/separateCompilationPlainFile-System.errors.txt

10 lines
420 B
Plaintext
Raw Normal View History

2015-04-29 02:03:39 +02:00
tests/cases/compiler/separateCompilationPlainFile-System.ts(2,1): error TS1208: Cannot compile namespaces when the '--separateCompilation' flag is provided.
2015-04-28 01:37:36 +02:00
==== tests/cases/compiler/separateCompilationPlainFile-System.ts (1 errors) ====
declare function run(a: number): void;
~~~~~~~
2015-04-29 02:03:39 +02:00
!!! error TS1208: Cannot compile namespaces when the '--separateCompilation' flag is provided.
2015-04-28 01:37:36 +02:00
run(1);