Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/ipc/ipdl/test/ipdl/error/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 344 B image not shown  

Quelle  ForgottenManagee.ipdl   Sprache: unbekannt

 
//error: |manager| declaration in protocol `ForgottenManagee' does not match any |manages| declaration in protocol `ManagerForgot'

include protocol ManagerForgot;

// This protocol says ManagerForgot manages it,
// but ManagerForgot does not manage it.

protocol ForgottenManagee {
    manager ManagerForgot;
child:
    async __delete__();
};

[ Dauer der Verarbeitung: 0.21 Sekunden  (vorverarbeitet)  ]