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

include protocol AsyncCtorReturns;

protocol AsyncCtorReturnsManagee {
  manager AsyncCtorReturns;

parent:
  async __delete__();
};