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