Source code

Revision control

Copy as Markdown

Other Tools

//error: `nullable' qualifier for type `int' is unsupported
[ChildProc=any]
protocol PNullable {
child:
async Msg(nullable int i);
};