namespace test

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