summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/error_002.ts
blob: 6aa0fcc3b6a46fcd9677a08474a47c9dbbbdf524 (plain)
1
2
3
4
5
6
7
import { throwsError } from "./subdir/mod1.ts";

function foo() {
  throwsError();
}

foo();