summaryrefslogtreecommitdiff
path: root/tests/testdata/run/check_js_points_to_ts/bar.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/check_js_points_to_ts/bar.ts')
-rw-r--r--tests/testdata/run/check_js_points_to_ts/bar.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testdata/run/check_js_points_to_ts/bar.ts b/tests/testdata/run/check_js_points_to_ts/bar.ts
new file mode 100644
index 000000000..026cd2f1e
--- /dev/null
+++ b/tests/testdata/run/check_js_points_to_ts/bar.ts
@@ -0,0 +1,3 @@
+export function bar(): string {
+ return 42;
+}