blob: 121ac3426b42af882271f6677926456b9e22131a [file]
class My {
val my: String = "O"
get() = { field }() + "K"
}
fun box() = My().my