diff options
Diffstat (limited to 'tests/specs/run/fix_tsc_file_exists/tsc/d.ts')
-rw-r--r-- | tests/specs/run/fix_tsc_file_exists/tsc/d.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/run/fix_tsc_file_exists/tsc/d.ts b/tests/specs/run/fix_tsc_file_exists/tsc/d.ts new file mode 100644 index 000000000..3c74b8c83 --- /dev/null +++ b/tests/specs/run/fix_tsc_file_exists/tsc/d.ts @@ -0,0 +1,3 @@ +export function v4() { + return "hello"; +} |