Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
box
/
statics
/
anonymousInitializerIObject.kt
blob: 72aa88ec05bcb31d88f05caabd70baf8fb779d97 [
file
]
object
Foo
{
val bar
:
String
init
{
bar
=
"OK"
}
}
fun box
():
String
{
return
Foo
.
bar
}