index
:
njs
master
njs mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
js
/
module
/
declaration_exception.js
blob: 518a03d538b69630e6e73ed2f5207716c3541c91 (
plain
)
1
2
3
4
5
6
7
8
9
10
function
f
()
{
return
1
;
}
function
f
()
{
return
2
;
}
export
default
f
;