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