Sign in
webkit
/
WebKit
/
57b40c420b18a382c5831490354fc98d6882db7d
/
.
/
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
.`);