Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
codegen
/
box
/
funInterface
/
kt41670.kt
blob: ac7c3a39bfddd6c33f97841eef01a3c9d894e769 [
file
]
fun
interface
Interface
{
fun foo
()
val value
get
()
=
"OK"
}
fun box
()
=
Interface
{}.
value