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

include protocol AsyncCtorReturnsManagee;

[ChildProc=any]
protocol AsyncCtorReturns {
  manages AsyncCtorReturnsManagee;

child:
  async AsyncCtorReturnsManagee() returns (bool unused);
};