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