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