blob: ac7c3a39bfddd6c33f97841eef01a3c9d894e769 [file] [log] [blame]
fun interface Interface {
fun foo()
val value get() = "OK"
}
fun box() = Interface{}.value