deno/cli/tests/error_025_tab_indent

10 lines
76 B
Plaintext

function foo() {
throw Error("bad");
}
function bar() {
foo();
}
bar();