Sign in
webkit
/
WebKit
/
6ada3cd2e0d9b9e450b5e021e0e5526f55f59df8
/
.
/
JSTests
/
modules
/
imported-bindings-are-immutable
/
bindings.js
blob: ed645cdf95de147dcbe794eaaebc6bc38b8ae0f3 [
file
] [
log
] [
blame
]
export
var
variable
=
'Cocoa'
;
export
const
constVariable
=
'Cocoa'
;
export
let letVariable
=
'Cocoa'
;
export
function
functionDeclaration
()
{
}
export
class
classDeclaration
{
}