summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/coverage/multisource/bar.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/coverage/multisource/bar.ts')
-rw-r--r--cli/tests/testdata/coverage/multisource/bar.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/coverage/multisource/bar.ts b/cli/tests/testdata/coverage/multisource/bar.ts
index 1bb10a0a6..123937b0b 100644
--- a/cli/tests/testdata/coverage/multisource/bar.ts
+++ b/cli/tests/testdata/coverage/multisource/bar.ts
@@ -1,4 +1,4 @@
-export function bar(cond: boolean) {
+export function bar<T>(cond: T) {
if (cond) {
return 1;
} else {