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

7 lines
234 B
Plaintext

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