deno/cli/tests/error_025_tab_indent

9 lines
76 B
Text

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