index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
specs
/
run
/
error_002
/
error_002.ts
blob: ac712fbf7166da492e6e4aa05d9ef1f02007885d (
plain
)
1
2
3
4
5
6
7
import { throwsError } from "./mod1.ts"; function foo() { throwsError(); } foo();