Sign in
webkit
/
WebKit
/
10627ba484528fed3e7358b1801250bb004c8a99
/
.
/
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
{
}