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