namespace test

abstract trait test.JavaBeanAbstractGetter : java.lang.Object {
    abstract fun getRed(): jet.Int
}
