fun fn(m: MutableList) { if (m is ArrayList) { m.ensureCapacity(5) } }