namespace test

internal abstract trait test.A : jet.Any {
    internal open fun f(): jet.String
}
