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