mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
Added test.
This commit is contained in:
7
tests/cases/compiler/useStrictLikePrologueString01.ts
Normal file
7
tests/cases/compiler/useStrictLikePrologueString01.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
//@target: commonjs
|
||||
//@target: es5
|
||||
|
||||
"hey!"
|
||||
" use strict "
|
||||
export function f() {
|
||||
}
|
||||
Reference in New Issue
Block a user