Sign in
webkit
/
WebKit
/
823b24db02cef0fb4f6c41ebda26693fab222517
/
.
/
Source
/
JavaScriptCore
/
tests
/
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
.`);