Sign in
webkit
/
WebKit
/
b0d7f9b249dd6483d6c7bc4f13c440c0842b7127
/
.
/
JSTests
/
modules
/
import-named-async.js
blob: 9e30dca6811221c971692b2a2a3335d0481400c8 [
file
] [
log
] [
blame
]
import
{
shouldBe
}
from
"./resources/assert.js"
;
import
{
async
}
from
"./import-named-async/target.js"
shouldBe
(
async
,
42
);