TypeScript/tests/baselines/reference/commentOnImportStatement2.errors.txt
2015-04-26 18:31:47 -07:00

8 lines
No EOL
316 B
Text

tests/cases/compiler/commentOnImportStatement2.ts(2,22): error TS2307: Cannot find module './foo'.
==== tests/cases/compiler/commentOnImportStatement2.ts (1 errors) ====
/* not copyright */
import foo = require('./foo');
~~~~~~~
!!! error TS2307: Cannot find module './foo'.