mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
21 lines
421 B
Text
21 lines
421 B
Text
cover [WILDCARD]/coverage/complex.ts ... 60.000% (21/35)
|
|
55 | export function unused(
|
|
56 | foo: string,
|
|
57 | bar: string,
|
|
58 | baz: string,
|
|
-----|-----
|
|
61 | return complex(
|
|
62 | foo,
|
|
63 | bar,
|
|
64 | baz,
|
|
-----|-----
|
|
66 | }
|
|
-----|-----
|
|
74 | export function ƒ(): number {
|
|
-----|-----
|
|
78 | return (
|
|
79 | 0
|
|
-----|-----
|
|
81 | }
|
|
-----|-----
|
|
84 | console.log("%s", () => 1);
|