namespace test

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