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