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