//error: |manages| declaration in protocol `ForgottenManager' does not match any |manager| declaration in protocol `ManageeForgot'
include protocol ForgottenManager;
// See ForgottenManager. This includes ForgottenManager to ensure that
// loading this file fails.
[ChildProc=any]
protocol ManageeForgot {
child:
async __delete__();
};
[ Dauer der Verarbeitung: 0.3 Sekunden
(vorverarbeitet)
]