package test internal class MutableEntry( private val internal: MutableMap, override val key: K, value: V ): MutableMap.MutableEntry