namespace test

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