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