//error: |manages| declaration in protocol `ForgottenManager' does not match any |manager| declaration in protocol `ManageeForgot'
include protocol ManageeForgot;
// ManageeForgot should have this protocol as its manager.
[ChildProc=any]
protocol ForgottenManager {
manages ManageeForgot;
child:
async ManageeForgot();
};
[ Dauer der Verarbeitung: 0.18 Sekunden
(vorverarbeitet)
]