diff options
| -rw-r--r-- | tests/fixtures/foo.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fixtures/foo.ts b/tests/fixtures/foo.ts new file mode 100644 index 0000000..7ef1117 --- /dev/null +++ b/tests/fixtures/foo.ts @@ -0,0 +1 @@ +const a: () => number = () => { return 2; }; |
