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

include protocol IntrAsyncManagee;

[ChildProc=any]
async protocol IntrAsyncManager {
    manages IntrAsyncManagee;
parent:
    async IntrAsyncManagee();
};