mirror of
https://github.com/denoland/deno.git
synced 2025-09-23 10:52:33 +00:00
9 lines
207 B
TypeScript
9 lines
207 B
TypeScript
export function foo() {
|
|
// deno-coverage-ignore-start
|
|
if (1 > 2) {
|
|
// deno-coverage-ignore-start
|
|
console.log("That's odd!");
|
|
// deno-coverage-ignore-stop
|
|
}
|
|
// deno-coverage-ignore-stop
|
|
}
|