TypeScript/tests/baselines/reference/commentOnImportStatement3.errors.txt
2014-09-11 16:11:08 -07:00

7 lines
248 B
Plaintext

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