namespace test

open class test.JavaBeanVal : jet.Any {
    final /*constructor*/ fun <init>(): test.JavaBeanVal
    open fun getColor(): jet.String?
}
