// ClassObjectField class ClassObjectField { default object { val x: String? = "" private val y: String? = "" } }