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