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