class C { val names: List // clearly tells the type of the property upfront field: MutableList = mutableListOf() } // IGNORE_FE10 // RHS of initializer is deemed unused by FE1.0