Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
06ab8cc69e303e70578de24dd9a1cf4ebafff93a
/
.
/
compiler
/
testData
/
cli
/
js
/
sourceMap.kt
blob: 81d6dbb4ad0418865d1e75d7907dcff4b08fe3ce [
file
]
var
log
=
""
fun foo
(
x
:
String
)
{
log
+=
"$x;"
}