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