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

include protocol AsyncCtorReturnsManagee;

protocol AsyncCtorReturns {
  manages AsyncCtorReturnsManagee;

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