jw
val delegate = mutableListOf<String>() val list = object : MutableList<String> by delegate { ... }