deno/tests/error_002.ts
2018-08-10 11:50:45 -07:00

8 lines
93 B
TypeScript

import { throwsError } from "./subdir/mod1.ts";
function foo() {
throwsError();
}
foo();