Source code

Revision control

Copy as Markdown

Other Tools

//error: asynchronous ctor/dtor message `AsyncCtorReturnsManageeConstructor' declares return values
include protocol AsyncCtorReturns;
[ChildProc=any]
protocol AsyncCtorReturnsManagee {
manager AsyncCtorReturns;
parent:
async __delete__();
};