Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
codegen
/
box
/
properties
/
companionFieldInsideLambda.kt
blob: 4e4f60b9df75ac3b0a7b2074cc71809fb7b64a5e [
file
] [
log
] [
blame
]
class
My
{
companion
object
{
val
my
:
String
=
"O"
get
()
=
{
field
}()
+
"K"
}
}
fun box
()
=
My
.
my