package test

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