namespace test

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