Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
cli
/
js-dce
/
simple.js
blob: f40195aa8e708658f6b113c77e4694889d7249b7 [
file
] [
log
] [
blame
]
function
foo
()
{
return
"foo"
;
}
function
bar
()
{
return
"bar"
;
}
console
.
log
(
bar
());