mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +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!");
|
|
}
|
|
}
|