namespace test

abstract trait test.JavaBeanAbstractGetter : jet.Any {
    abstract fun getRed(): jet.Int
}
