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