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