cygnus
val test = object : MutableList<String> by mutableListOf() { override fun add(element: String): Boolean { ... } }