index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
modules
/
ambiguous-import.js
blob: 6a91f9537bdc4f3a7d6ea2d4e213dc3a770a7ccf (
plain
)
1
2
// |jit-test| module; error: SyntaxError
import
{
a
}
from
"ambiguous.js"
;