Source code

Revision control

Copy as Markdown

Other Tools

//error: argument typename `FARGLEGARGLE' of message `Msg' has not been declared
[ChildProc=any]
protocol undeclParamType {
child: async Msg(FARGLEGARGLE p);
};