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