package test trait JavaBeanAbstractGetter : java.lang.Object { //final val red: Int abstract fun getRed(): Int }