Sign in
webkit
/
WebKit
/
6ada3cd2e0d9b9e450b5e021e0e5526f55f59df8
/
.
/
JSTests
/
modules
/
import-named-async-as.js
blob: 854b2b253029c7d6ef59f2e6fd6b324ea71adbba [
file
] [
log
] [
blame
]
import
{
shouldBe
}
from
"./resources/assert.js"
;
import
{
Cocoa
as async
}
from
"./import-named-async-as.js"
export
let
Cocoa
=
42
;
shouldBe
(
async
,
42
);
shouldBe
(
Cocoa
,
42
);