Sign in
webkit
/
WebKit
/
c11507b158b7324dfc84eb3c11183473574bc02b
/
.
/
JSTests
/
modules
/
export-default-function-hoisting.js
blob: f71e7f37b8919ffdaea3e8549845e63375405459 [
file
] [
log
] [
blame
]
import
{
shouldBe
}
from
"./resources/assert.js"
;
import
drinkCocoa from
'./export-default-function-hoisting/cocoa.js'
shouldBe
(
drinkCocoa
(),
42
);