Sign in
webkit
/
WebKit
/
34f5efbbe2903324708c7d6f83220e30b3f6ddd8
/
.
/
JSTests
/
modules
/
aliasing
/
drink-2.js
blob: 590ac8bfd061b0dfb31321d7385c4d8414c5cde5 [
file
] [
log
] [
blame
]
export
let
Cappuccino
=
"Cappuccino"
export
function
changeCappuccino
(
value
)
{
Cappuccino
=
value
;
}