Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
417088e15084daef5c72bc17ea66d3cf3c026c33
/
.
/
compiler
/
testData
/
codegen
/
box
/
initializers
/
initializers8.kt
blob: 0a0be4da47e7714146923c4b832d29b915611e4e [
file
]
// WITH_STDLIB
import
kotlin
.
test
.*
var
globalString
=
"OK"
fun box
():
String
{
return
globalString
}