TypeScript/tests/cases/compiler/useStrictLikePrologueString01.ts

7 lines
90 B
TypeScript
Raw Normal View History

2016-04-07 09:41:40 +02:00
//@target: commonjs
//@target: es5
"hey!"
" use strict "
export function f() {
}