Source code

Revision control

Copy as Markdown

Other Tools

include protocol PEndpointDecl;
// Basic test that Endpoint types are declared for included protocols.
[ChildProc=any]
protocol PEndpointUse {
child:
async Message(Endpoint<PEndpointDeclParent> aEndpointParent,
Endpoint<PEndpointDeclChild> aEndpointChild);
};