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