class C { val names: List // clearly tells the type of the property upfront field: MutableList = mutableListOf() }