namespace test

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