diff options
Diffstat (limited to 'tests/specs/fmt/gitignore/file2.ts')
-rw-r--r-- | tests/specs/fmt/gitignore/file2.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/fmt/gitignore/file2.ts b/tests/specs/fmt/gitignore/file2.ts new file mode 100644 index 000000000..0e5fdd36d --- /dev/null +++ b/tests/specs/fmt/gitignore/file2.ts @@ -0,0 +1,3 @@ +function foo( ): any { + console.log( "hello") + } |