2022-10-25 11:55:57 -04:00
|
|
|
cover [WILDCARD]/coverage/complex.ts ... 72.222% (39/54)
|
2021-02-24 09:27:51 -05:00
|
|
|
46 | export function unused(
|
|
|
|
47 | foo: string,
|
|
|
|
48 | bar: string,
|
|
|
|
49 | baz: string,
|
2022-07-12 18:58:39 -04:00
|
|
|
50 | ): Complex {
|
2021-02-24 09:27:51 -05:00
|
|
|
51 | return complex(
|
|
|
|
52 | foo,
|
|
|
|
53 | bar,
|
|
|
|
54 | baz,
|
2022-10-25 11:55:57 -04:00
|
|
|
-----|-----
|
2021-02-24 09:27:51 -05:00
|
|
|
56 | }
|
|
|
|
-----|-----
|
|
|
|
64 | export function ƒ(): number {
|
|
|
|
65 | return (
|
|
|
|
66 | 0
|
2022-10-25 11:55:57 -04:00
|
|
|
-----|-----
|
2022-07-11 19:02:11 -04:00
|
|
|
68 | }
|
2021-03-08 05:51:01 -05:00
|
|
|
-----|-----
|
|
|
|
71 | console.log("%s", () => 1);
|