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