summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/PBadNestedManagee.ipdl
blob: eca24e00d4b22d745a4d68f7f7abe8406f7ce96e (plain)
1
2
3
4
5
6
7
8
9
//error: protocol `PBadNestedManagee' requires more powerful send semantics than its manager `PBadNestedManager' provides

include protocol PBadNestedManager;

[NestedUpTo=inside_sync] async protocol PBadNestedManagee {
    manager PBadNestedManager;
child:
    async __delete__();
};