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