// TraitClassObjectField interface TraitClassObjectField { companion object { const val x: String? = "" private val y: String? = "" } }