Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
cli
/
js-dce
/
min
/
simple.kt
blob: 15a5a333f1e3745a62197bba8c03f02fa7fc3eef [
file
]
function
bar
()
{
return
'bar'
;
}
console
.
log
(
bar
());