summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/AsyncCtorReturnsManagee.ipdl
blob: 46aeb6e9fddbcf265858b7b00e28266a51f50165 (plain)
1
2
3
4
5
6
7
8
9
10
11
//error: asynchronous ctor/dtor message `AsyncCtorReturnsManageeConstructor' declares return values

include protocol AsyncCtorReturns;

[ChildProc=any]
protocol AsyncCtorReturnsManagee {
  manager AsyncCtorReturns;

parent:
  async __delete__();
};