Sign in
webkit
/
WebKit
/
67ef48bf3155a8b5a1fc5ba0a7b64489ec5a0874
/
.
/
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
);