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