// TARGET_PLATFORM: Common public class AA( private val content: Map ) : Map by content { override fun toString(): String { return content.entries.toString() } }