Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxMultiFile
/
kt9717
/
box.kt
blob: a71af04152bdd0d9a330e741560117256fa6f059 [
file
]
object
Test
{
val test
:
String
=
OK
}
fun box
():
String
=
Test
.
test