package test public trait JavaBeanAbstractGetter { public abstract fun getBlue(): kotlin.Int public abstract fun getRed(): kotlin.Int }