TypeScript/tests/cases/compiler/commentOnImportStatement3.ts
2014-07-12 17:30:19 -07:00

6 lines
No EOL
111 B
TypeScript

//@module: commonjs
// @comments: true
/* copyright */
/* not copyright */
import foo = require('./foo');