mirror of
https://github.com/denoland/deno.git
synced 2025-09-24 03:12:29 +00:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
export function foo() {
|
|
// deno-coverage-ignore-start
|
|
if (1 > 2) {
|
|
console.log("That's odd!");
|
|
}
|
|
}
|