summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/manageSelfToplevel.ipdl
blob: 4540c2c2f6fafa9bdd4f63089e6a7c427a7fe55d (plain)
1
2
3
4
5
6
7
8
9
10
//error: top-level protocol `manageSelfToplevel' cannot manage itself

protocol manageSelfToplevel {
    manager manageSelfToplevel;
    manages manageSelfToplevel;

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