summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/multimanNonexistentMgrs.ipdl
blob: 24dafb816329b17523b43ddf12ac64b3574c1212 (plain)
1
2
3
4
5
6
7
8
9
10
//error: protocol `Starsky' referenced as |manager| of `multimanNonexistentMgrs' has not been declared
//error: protocol `Hutch' referenced as |manager| of `multimanNonexistentMgrs' has not been declared

protocol multimanNonexistentMgrs {
    manager Starsky or Hutch;

child:
    async Dummy();
    async __delete__();
};