namespace test

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