Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
box
/
properties
/
classFieldInsideLambda.kt
blob: 121ac3426b42af882271f6677926456b9e22131a [
file
]
class
My
{
val
my
:
String
=
"O"
get
()
=
{
field
}()
+
"K"
}
fun box
()
=
My
().
my