Sign in
webkit
/
WebKit
/
0e4328c5b03a383f0100ef33ad31b474fc1d9cab
/
.
/
JSTests
/
modules
/
different-view.js
blob: f81e89c25f9f869d40e654b9c2ff275cfb5d897a [
file
] [
log
] [
blame
]
import
{
shouldBe
,
shouldThrow
}
from
"./resources/assert.js"
shouldThrow
(()
=>
{
loadModule
(
'./different-view/main.js'
);
},
`
SyntaxError
:
Importing
binding name
'A'
cannot be resolved due to ambiguous multiple bindings
.`);