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