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