summaryrefslogtreecommitdiff
path: root/tests/testdata/run/error_025_tab_indent
blob: 35a25bceae095326340f4197f65f021f1d811cbd (plain)
1
2
3
4
5
6
7
8
9
function foo() {
	throw Error("bad");
}

function bar() {
	foo();
}

bar();