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