TypeScript/tests/baselines/reference/commentOnImportStatement2.errors.txt
2014-07-12 17:30:19 -07:00

5 lines
207 B
Plaintext

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