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