TypeScript/tests/cases/compiler/shebangError.ts
2018-05-03 14:18:50 -07:00

3 lines
87 B
TypeScript

// @lib: es5
var foo = 'Shebang is only allowed on the first line';
#!/usr/bin/env node