val list: List field = mutableListOf() fun add(s: String) { list.add(s) }