namespace test

abstract trait test.A : jet.Any {
    open var v: jet.String
}
