Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
JSTests
/
modules
/
import-namespace-async.js
blob: 1e27767b0f06e59bcea655095ed8631989f0e8da [
file
] [
log
] [
blame
]
import
{
shouldBe
}
from
"./resources/assert.js"
;
import
*
as async from
"./import-namespace-async.js"
export
let
Cocoa
=
42
;
shouldBe
(
async
.
Cocoa
,
42
);